Laravel-Backpack / theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.
MIT License
21 stars 12 forks source link

Conditionally display the account and password reset links #100

Closed pxpm closed 1 year ago

pxpm commented 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.

If not checked the would throw errors that the route is not defined.