Skip to content

Instantly share code, notes, and snippets.

View renatomarinho's full-sized avatar
🚀
GitScrum

Renato Marinho renatomarinho

🚀
GitScrum
View GitHub Profile
@towfiqpiash
towfiqpiash / Laravel5-cheatsheet.md
Last active May 23, 2017 11:51
Laravel 5 Cheat Sheet

Laravel 5 Cheat Sheet

Artisan

// Added in 5.1.11:http://laravel.com/docs/5.1/authorization#creating-policies
php artisan make:policy PostPolicy

// Displays help for a given command