Skip to content
New issue

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

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

Open
acacha opened this issue Dec 24, 2016 · 0 comments
Open

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

acacha opened this issue Dec 24, 2016 · 0 comments
Assignees

Comments

@acacha
Copy link
Collaborator

acacha commented Dec 24, 2016

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 acacha self-assigned this Dec 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant