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 register a middlewares in laravel controller?
Explain web.php route.
What is route model binding in laravel?
Tell me what is database migration? And how to use it to add insert initial data to database?
What is illuminate in laravel?
How to check if value is sent in request?
What is laravel model?
Name aggregates methods of query builder.
I just installed laravel and have the evil whoops error,how do I find out what’s wrong and fix it?
How to Connecting to Database in Laravel ?
How to assign multiple middleware to laravel route ?
How to install laravel via laravel installer.
How will you register service providers?
How to disable maintaince mode in laravel?
What are the benefits of facades?