What is meant by Implicit Controllers



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

Post New Answer

More Laravel PHP Framework Interview Questions

What getfacadeaccessor method does?

0 Answers  


How to retrive all requested data in laravel?

0 Answers  


What is difference between php and laravel?

1 Answers  


List out the databases laravel supports?

0 Answers  


What is route parameters in laravel?

0 Answers  


Is laravel built on symfony?

0 Answers  


What is laravel slug?

0 Answers  


What are the Writing Gates and Policies ?

1 Answers  


How to configure network interfaces in homestead?

0 Answers  


How to configure route cache in laravel?

0 Answers  


What is uuid in laravel?

0 Answers  


What is csrf protection in laravel?

0 Answers  


Categories