· December 14, 2020 · ⋆ Laravel Up until now, if you would need to delay notifications, you could do it by chaining the delay method onto your notification instantiation like so.
But thanks to a recent PR in Laravel 8.x which bring in the support for specifying delay per channel. For instance, you can specify delay per channel by passing an array to the delay method to specify the delay amount for specific channels like so.
Delaying notifications channel-wise in Laravel 8.x Get up and running with Laravel blazing fast using Sail Execute code outside of transaction only when it commits in Laravel 8.x Artisan command to connect to the database in CLI in Laravel 8.x Throttling submission of form in Laravel Delaying notifications channel-wise in Laravel 8.x Implementing pinned posts in Jekyll Get up and running with Laravel blazing fast using Sail Make PHPUnit test reports more detailed using TestDox Run or exclude certain tests in PHPUnit