NEW defer() in Laravel 11.23
Recently Taylor Otwell (Founder of Laravel) announced a new helper function defer() that means running a piece of code after sending the response. So, defer means “putting something later in the time”, it does.
You can read more about it here: Defer ...
larachamp.com1 min read