adspace


What is meant by Implicit Controllers

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


Please Help Members By Posting Answers For Below Questions

Tell us have you used lumen before?

808


What is latest version of laravel?

869


How much laravel experience do you have?

815


Do you know what version of laravel do you generally use?

839


What is current stable version of laravel?

870