Level 13
@markus.heb You could possibly tack on your own custom middleware to do a redirect from within their config file, though your may end up doing the same "check" the Gate does in the service provider.
When I'm unauthenticated and try to access Laravel Horizon, I always get an 403 error from the Application.
Is it possible to configure Horizon so that I get redirected to the Login Page and only show the 403 error if the authenticated user is not allowed to access the Horizon Dashboard?
@markus.heb You could possibly tack on your own custom middleware to do a redirect from within their config file, though your may end up doing the same "check" the Gate does in the service provider.
Please or to participate in this conversation.