Level 1
Any suggestion guys?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello
I am using laravel for api and for authentication, I am using JWT where I use auth:jwt middleware for checking authentication.
Now, I installed Horizon on the project and want to access to the admin user only.
In the config/horizion.php file, I already used-
'middleware' => ['auth:jwt'],
..
..
Now, once I run php artisan horizon, I cannot see the status of horizon is either active or inactive. It's blank and looks like inactive.
Any tips?
Please or to participate in this conversation.