Answer Posted / rachana devi
In Laravel, all requests are mapped with the help of routes
Routing in Laravel includes the following categories -
Basic Routing.
Route parameters.
Named Routes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me how to implement you own package in laravel?
How will you check table is exists or in the database?
What is response macros?
How do you call artisan command in laravel?
List default packages of laravel 5.6?
How do I use sub-domain routing?
How to install laravel by composer?
What is binding in laravel?
What is database migration used in laravel 5? Explain
Does laravel use mvc?
How to generate urls from named named routes?
Where is route in laravel?
How to create & register a service provider in laravel 5?
What is laravel dependency injection?
How to do environment configuration in laravel.