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 are string and array helpers functions in laravel?

0 Answers  


What is the render method?

0 Answers  


How can you write your own service provider in laravel.

0 Answers  


What is asset in laravel?

0 Answers  


How to check composer is installed or not in laravel?

0 Answers  






Explain the difference between implicit and explicit route binding in laravel?

0 Answers  


How will you register service providers?

0 Answers  


Tell me how to install laravel?

0 Answers  


Explain about input() method.

0 Answers  


How to enable the query logging?

0 Answers  


What are common http error codes?

0 Answers  


Can you explain about serialization?

0 Answers  


Categories