Laravel 5.5 Routes?

-1

I can not find the file routes.php in Laravel 5.5 is not inside the folder http only has the inside

http > controller/middleware/kernel  

And what's inside it?

    
asked by anonymous 19.01.2018 / 02:21

1 answer

3

You should be using documentation / tutorials from previous versions. 5.4 onwards the route files are in the "routes" folder. See Routing - Laravel . In this case, you should access the routes / web.php folder for .php page routes

    
19.01.2018 / 14:00