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
How to install laravel by composer?
What are the benefits of facades?
How to Accessing Session Data in Laravel ?
Explain php artisan?
Explain binding instances?
what is Restful Resource Controllers ?
How can you update homestead?
Provide system requirements for installation of laravel framework?
What is register method?
Is laravel an mvc?
How do I see all of the routes that are defined?
Does wordpress use laravel?
What is laravel vue?
Why composer is used in laravel?
What is meant by Laravel - Ajax ?