Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ivanleoncz69's avatar

Laravel Horizon in API with JWT

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?

0 likes
1 reply

Please or to participate in this conversation.