Skip to content

Instantly share code, notes, and snippets.

View chrisforrence's full-sized avatar
🐦

Chris Forrence chrisforrence

🐦
View GitHub Profile
@chrisforrence
chrisforrence / MakeViewCommand.php
Last active December 13, 2016 17:13 — forked from umefarooq/Laravel 5.2 MakeViewCommad
Laravel 5 make:view command
<?php
/**
* Original: https://gist.github.com/sahibalejandro/1030d43259a6fe95f79f
*
* To install:
* - `php artisan make:command MakeViewCommand`
* - Copy the contents of this file into the created file
* - Edit ./app/Console/Kernel.php and add `MakeViewCommand::class,` to the `$commands` array
*/