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

What are events in laravel?

571


How to clear cache in laravel?

606


How do I log an error?

535


What is mass assignable in laravel?

564


Explain automatic injection in laravel?

554


how to create subdomain routing in laravel 5?

553


How auth is used?

557


How to create route name in laravel 5?

593


What is meant by Modularity ?

632


What is Encryption Process ?

1003


How to create custom middleware in laravel?

536


What is an api route?

516


Explain reverse routing in laravel.

579


How can we handle Error Handling in Laravel ?

1079


What do you understand by lumen?

555