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 the use of Laravel - Sending Email ?
Explain how to install installing mariadb on homestead?
What is laravel 5 homestead?
Explain about Form without CSRF token in Laravel ?
What are the difference between insert() and insertgetid() in laravel?
Name some inbuilt authentication controllers of laravel.
What is bootstrap software development?
are you able to laravel create-project via composer, explain how?
By default valet serve your app which tld?
What are route groups?
What does xss stand for?
What is make method?