GrafiteInc / CMS

Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.
https://cms.grafite.ca
MIT License
495 stars 104 forks source link

wrong route list after module creation #174

Closed khyoz closed 6 years ago

khyoz commented 6 years ago

Describe the bug Create a new module, then execute `php artisan route:list'

To Reproduce Steps to reproduce the behavior:

  1. Go to cmd mode
  2. php artisan route:list

Expected behavior D:\MAMP\htdocs\project

php artisan route:list "toto"

Screenshots route_list

Desktop (please complete the following information):

khyoz commented 6 years ago

After I generated a new module with php artisan module:crud everything was ok Strange... I will close the issue for now and reopen if I find more details about how to reproduce....