What is meant by Implicit Controllers
Answer / amit khanna
Implicit Controllers allow you to define a single route to handle every action in the controller.
You can define it in route.php file with Route:controller method as shown below.
Syntax : Route::controller(‘base URI’,’<class-name-of-the-controller>’);
| Is This Answer Correct ? | 0 Yes | 0 No |
How to generate & update application key in laravel 5?
Tell me what is official website url of laravel?
Explain homestead in laravel.
What are facades?
What is your favorite feature of laravel?
Tell me how to set database connection in laravel?
Is laravel an mvc framework?
How to registering middleware in laravel?
What is composer in laravel php?
How to Connecting to Database in Laravel ?
What are the official packages provided by laravel?
What is the differce between contracts and facades?