Login
Remember
Register
Ask a Question
Define Implicit Controller.
0
votes
asked
Oct 25, 2023
in
Laravel
by
rajeshsharma
Define Implicit Controller.
implicitcontroller
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 25, 2023
by
rajeshsharma
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.
...