Answer Posted / 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 |
Post New Answer View All Answers
What are events in laravel?
How to clear cache in laravel?
How do I log an error?
What is mass assignable in laravel?
Explain automatic injection in laravel?
how to create subdomain routing in laravel 5?
How auth is used?
How to create route name in laravel 5?
What is meant by Modularity ?
What is Encryption Process ?
How to create custom middleware in laravel?
What is an api route?
Explain reverse routing in laravel.
How can we handle Error Handling in Laravel ?
What do you understand by lumen?