How to add a middleware to backpack dashboard? #861
-
I added a middleware to ALL routes in the groups in the But it's not included the dashboard. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @realtebo Does adding your middleware in As long as you add the Let me know, Cheers |
Beta Was this translation helpful? Give feedback.
-
Close as solve. If you need any further information, feel free to reopen or create a new one. Cheers. |
Beta Was this translation helpful? Give feedback.
Hey @realtebo
Does adding your middleware in
config/backpack/base.php
, in middleware_class key solve your issue ?As long as you add the
backpack_middleware()
key on the logged in routes where you want to add that middleware too it should work.Let me know,
Cheers