Where do you have the routes? Normaly they are in the default files in the routes directory (api and web for http routes)
If you have other files and/or changes in the RouteServiceProvider you need to be sure it is loaded.
And be sure to clear the route cache ( php artisan route:clear )
This is laravel 5.1 application, so routes are in the app/Http/routes.php file.
Do you only see the first 40 routes or random ones? (And If you see the first, can you show the part that you have them)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community