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 fillable attribute in a model?
Explain how to list all routes in laravel?
What are the Severity Levels in Laravel ?
What is heredoc syntax?
How to add additional sites in homestead environment?
What is meant by Error Log ?
Provide the steps to configure laravel application?
What is console in laravel?
How to Declaration of namespace ?
How to generate application key in laravel? Why it is neccessary?
What are class traits?
Why laravel is the best framework?