Skip to content

Instantly share code, notes, and snippets.

@lutfuyucel
lutfuyucel / _ide_helper.php
Created February 1, 2017 12:16 — forked from barryvdh/_ide_helper.php
Laravel IDE Helper for Netbeans / PhpStorm / Sublime Text 2 CodeIntel, generated using https://github.com/barryvdh/laravel-ide-helper
<?php
/**
* A helper file for Laravel 5, to provide autocomplete information to your IDE
* Generated for Laravel 5.1.40 (LTS) on 2016-07-18.
*
* @author Barry vd. Heuvel <barryvdh@gmail.com>
* @see https://github.com/barryvdh/laravel-ide-helper
*/
namespace {
@lutfuyucel
lutfuyucel / laravel.js
Created November 4, 2016 19:34 — forked from soufianeEL/laravel.js
You use Laravel 5 and you want to send a DELETE request without creating a form? This will handle the form-creation bits for you dynamically, similar to the Rails implementation. To use, import script, and create a link with the `data-method="DELETE"` and `data-token="{{csrf_token()}}"` attributes.
/*
Exemples :
<a href="posts/2" data-method="delete" data-token="{{csrf_token()}}">
- Or, request confirmation in the process -
<a href="posts/2" data-method="delete" data-token="{{csrf_token()}}" data-confirm="Are you sure?">
*/
(function() {
@lutfuyucel
lutfuyucel / index.html
Created November 3, 2016 13:00 — forked from anonymous/index.html
Portfolio Home Page
<div class="visit"><a href="https://j-w-v.com/" target="_blank">Vist the live version here!</a></div>
<div id="particles-js">
<div class="container">
<div class="row top">
<div class="twelve column">
<div class="logo">V</div>
<h1>Joseph William Victory</h1>
<h2> Web Developer</h2>
</div>
</div>
@lutfuyucel
lutfuyucel / index.html
Created November 3, 2016 12:42 — forked from anonymous/index.html
Windows-8-like Animations with CSS3 and jQuery
<div class="demo-wrapper">
<!-- classnames for the pages should include: 1) type of page 2) page name-->
<div class="s-page random-restored-page">
<div class="page-content">
<h2 class="page-title">Some minimized App</h2>
</div>
<div class="close-button s-close-button">x</div>
</div>
<div class="s-page custom-page">
<div class="page-content">