pingpong-labs / modules

Laravel 5 Modules
https://pingpong-labs.github.io/docs/modules.html
BSD 3-Clause "New" or "Revised" License
576 stars 151 forks source link

problem with module routing #254

Open eafshary opened 8 years ago

eafshary commented 8 years ago

hi, I use pingpong2.2, laravel 5.2 after create Blog module with: php artisan module:make Blog i want to show index view of my module by : localhost/test/blog but show 404 not found !! php artisan route:list show the blog route is added but not working can anyone help me?

sorry for my english