0 votes
in Laravel by
Define Implicit Controller.

1 Answer

0 votes
by
Implicit Controllers help you to define a proper route to handle controller action. You can define them in route.php file with Route:: controller() method.
...