Replies: 2 comments 7 replies
-
that error is looking for a named route but not finding it, can you share the route from the routes file? It may be best to install a fresh copy of Laravel and go through the install for modules and then generate a new module and many copy over your classes and adjust as needed. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Try: Route::get('/', 'LeaveRequiredServicesController@index')->name('leave-home'); |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was using laravel version 5.2 with pingpong and i have 3 modules working perfectly fine. Now i upgraded laravel to 5.4 where pingpong is no more compatible. so i used laravel-module which is replacement but its giving me error. Please help.
(1/1) InvalidArgumentExceptionRoute [leave-home] not defined.
in UrlGenerator.php line 304
at UrlGenerator->route('leave-home', array(), true)in helpers.php line 709
at route('leave-home')in ConsoleController.php line 74
Beta Was this translation helpful? Give feedback.
All reactions