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?
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?
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