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 |
What is a primary implication of a cross site request forgery attack?
what is meant by Global Middleware and Route Middleware ?
What is the use of Laravel - Sending Email ?
What are the validations in laravel?
Tell me how to use select query in laravel?
What do you mean by dusk used in laravel 5?
How do laravel facades work?
How can we use the custom table in laravel?
Explain homestead in laravel.
What is eloquent orm in laravel?
Explain how to add additional sites in homestead environment?
What is laravel api rate limit?