Laravel 12.35 adds a new deferred queue driver that executes queued jobs immediately after sending the HTTP response to the user. This allows developers to offload work from the request cycle without requiring separate queue workers, improving perceived response times while maintaining the benefits of asynchronous processing.

1m read timeFrom freek.dev
Post cover image

Sort: