Closed pxpm closed 1 year ago
reported in https://github.com/Laravel-Backpack/CRUD/issues/5188
Some routes may not be available if you disable certain options in config like setup_my_account_routes and setup_password_recovery_routes.
setup_my_account_routes
setup_password_recovery_routes
If not checked the would throw errors that the route is not defined.
reported in https://github.com/Laravel-Backpack/CRUD/issues/5188
Some routes may not be available if you disable certain options in config like
setup_my_account_routes
andsetup_password_recovery_routes
.If not checked the would throw errors that the route is not defined.