laravel-notify
laravel-notify copied to clipboard
Ability to set custom timeout for individual notification
This feature gives user ability to define custom timeout for individual notification or based on notification type.
Usage to add custom timeout on individual notification is documented in readme.
Usage to add custom timeout based on notification type is :
// config/notify.php
'timeout' => ['error' => 0, 'default' => 5000]
This also fixes the issue #130