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 posting via API nested url

I using API resources with nested controllers, my urls look like: GET /api/projects POST /api/projects ... GET /api/projects/:uuid/employees POST /api/projects/:uuid/employees I using also Request to save data per endpoint (for validation too). The question is how to post data to…

VIEW QUESTION
Back To Top
Search