Reputation: 2208
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
Reputation: 7535
In Laravel v5 and above, app/Http/routes.php
. You do not need to create it yourself.
Upvotes: 1