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
Is laravel spark free?
What is a named route?
What is active record in laravel?
Tell me how do you do dependency injection in laravel?
Explain laravel’s middleware?
are you able to laravel create-project via composer, explain how?
Does wordpress use laravel?
Why laravel over other php frameworks?
How to generate & update application key in laravel 5?
Explain validation concept in laravel.
How will you create a helper file in laravel?
By default valet serve your app which tld? On how to configure it to use another domain?
What do you mean by eloquent used in laravel 5?
What is facade and how it is used in laravel?
Explain how to register a middleware in laravel?