We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
acacha
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: