Laravel 5.5 Routes?

Asked

Viewed 187 times

-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

    You won’t be looking for routes/web.php ?

  • Always good to read the documentation of what you are using.

1 answer

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

You are not signed in. Login or sign up in order to post.