Where do you locate route files?



Where do you locate route files?..

Answer / Ram

Route files in Laravel are located in the routes directory within your project's root folder. By default, there will be two route files: api.php for RESTful API routes and web.php for web routes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What is current stable version of laravel?

0 Answers  


What is fluent query builder in laravel?

1 Answers  


What is facade and how it is used in laravel?

1 Answers  


List out the plateforms laravel homestead supports?

1 Answers  


What are middleware groups?

1 Answers  


How can we turn off csrf protection for a particular route?

1 Answers  


What is a Laravel - Ajax ?

1 Answers  


Which is better django or laravel?

1 Answers  


How to set login page as default page in laravel?

1 Answers  


Explain response in laravel.

1 Answers  


What are string and array helpers functions in laravel?

1 Answers  


What is faker in laravel?

1 Answers  


Categories