divHelper11
divHelper11

Reputation: 2208

Cannot find Laravel routes file

I started new project in laravel 5. Unfortunatelly, I can't find routes.php file in any folder. I dont have folders mentioned in documentation. Should I create it myself or what to do now?

Upvotes: 0

Views: 352

Answers (1)

djt
djt

Reputation: 7535

In Laravel v5 and above, app/Http/routes.php. You do not need to create it yourself.

Upvotes: 1

Related Questions