Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Define Implicit Controller.
Home
Laravel
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.
...