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 |
What getfacadeaccessor method does?
How to retrive all requested data in laravel?
What is difference between php and laravel?
List out the databases laravel supports?
What is route parameters in laravel?
Is laravel built on symfony?
What is laravel slug?
What are the Writing Gates and Policies ?
How to configure network interfaces in homestead?
How to configure route cache in laravel?
What is uuid in laravel?
What is csrf protection in laravel?