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 are traits in laravel?
How to run a php file in laravel?
What is laravel?
What is reverse path multicasting?
How to configure a mail-in laravel?
Explain homestead in laravel.
Is laravel safe from sql injection?
Differce between contracts and facades?
How to get current environment in laravel?
How will you explain middleware in laravel?
What is localization?
What is difference between var_dump and print_r?