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 is route parameters in laravel?
What are the Forms in Laravel ?
How do you call artisan command in laravel?
What is uri in laravel?
What do you know about service providers in laravel?
What service provider’s register method does?
What can I do with laravel?
Is laravel an open source?
How to Deleting Session Data in Laravel ?
How can we use the custom table in laravel?
What is laravel language?
How to remove a complied class file?
What is queues?
Do you know laravel eloquent?
How to create real time sitemap.xml file in laravel?