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 is antiforgerytoken mvc5?
Where can I learn laravel?
How auth is used?
What is a forget() ?
What is remember token in laravel?
What is the difference between contracts vs facades?
How to assign a variable value for all view file?
Explain short brief on Facades in Laravel ?
What are common http error codes?
What directories that need to be writable laravel installation?
What are the advantages of queue?
How to configure network interfaces in homestead?