InterviewSolution
Saved Bookmarks
| 1. |
What is Implicit Controller in Laravel? |
|
Answer» It allows us to easily define a single route to handle all activities in a CONTROLLER. We can define the route USING the Route::controller METHOD: |
|