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

Is laravel spark free?

564


What is a named route?

548


What is active record in laravel?

620


Tell me how do you do dependency injection in laravel?

499


Explain laravel’s middleware?

570


are you able to laravel create-project via composer, explain how?

520


Does wordpress use laravel?

546


Why laravel over other php frameworks?

537


How to generate & update application key in laravel 5?

547


Explain validation concept in laravel.

530


How will you create a helper file in laravel?

530


By default valet serve your app which tld? On how to configure it to use another domain?

532


What do you mean by eloquent used in laravel 5?

537


What is facade and how it is used in laravel?

527


Explain how to register a middleware in laravel?

511