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 are route groups?
What are the example of services?
What is laravel nova?
Do you know what is laravel elixir?
How to enable or disable maintenance mode in laravel?
What is the use of slug in laravel?
What is blade template?
What is algolia search?
How can you generate urls?
How to remove a complied class file?
How to serve sites on valet?
What is uuid in laravel?
How to install and start, stop mysql on valet?
Exceptions are handled by which class?
What is laravel boilerplate?