-1
I can’t find the file routes.php
Laravel 5.5 is not inside the folder http
there’s only one inside
http > controller/middleware/kernel
and that’s what’s inside?
-1
I can’t find the file routes.php
Laravel 5.5 is not inside the folder http
there’s only one inside
http > controller/middleware/kernel
and that’s what’s inside?
3
You must 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 must access the Routes/web.php folder for page routes. php
Browser other questions tagged php laravel
You are not signed in. Login or sign up in order to post.
You won’t be looking for
routes/web.php
?– Isac
Always good to read the documentation of what you are using.
– arllondias