adminlte-laravel icon indicating copy to clipboard operation
adminlte-laravel copied to clipboard

Support dotted notation in php artisan make:vc pages.widgets

Open acacha opened this issue 8 years ago • 0 comments

php artisan make:vc pages.widgets
Running command php artisan make:route pages.widgets --type=controller --method=get -a --menu
Route pages/widgets added to /home/sergi/Code/adminlte-vue-test/routes/web.php.
Controller Pages.widgetsController created.
View pages/widgets.blade.php created.
Menu entry pages/widgets added to config/menu.php file.

Controller is not created ok neither menu entry (it would be awesome a nested entry)

acacha avatar Dec 24 '16 15:12 acacha