skip to Main Content

Laravel – Failed jobs handling

I'm using Laravel Horizon which has a Failed Jobs section which used to work fine. Until I added the Sentry notification for failed jobs, in Job's Class. /** * Handle a job failure. * * @return void */ public function…

VIEW QUESTION

Laravel/horizon missing css/js build

The /horizon route from the laravel/horizon package works, but the css and javascript are not loaded. this is what the road /horizon looks like: However, I just installed the package and followed the laravel documentation installation composer require laravel/horizon php…

VIEW QUESTION

Laravel Websockets with separate servers – Nginx

I'm trying to implement Laravel Websockets with multiple servers. I have an App server and a Queue Worker server running. I tried to broadcast my notifications from the Queue Worker server but I'm getting lluminateBroadcastingBroadcastException: Pusher error: . in /home/forge/my-app/vendor/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/PusherBroadcaster.php:128…

VIEW QUESTION
Back To Top
Search