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 |
What is current stable version of laravel?
What is fluent query builder in laravel?
What is facade and how it is used in laravel?
List out the plateforms laravel homestead supports?
What are middleware groups?
How can we turn off csrf protection for a particular route?
What is a Laravel - Ajax ?
Which is better django or laravel?
How to set login page as default page in laravel?
Explain response in laravel.
What are string and array helpers functions in laravel?
What is faker in laravel?