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 |
Tell me what are the feature of laravel 5.0?
What is reverse path filtering?
What is antiforgerytoken used for?
What do you know about php artisan?
What is a Laravel - Contracts ?
What is a service supplier?
Tell me how to enable the query logging?
How to set login page as default page in laravel?
How to generate pretty urls in laravel?
Why laravel is the best framework?
Explain how to serve sites with tls on valet?
In laravel, what is guarded attribute in a model?