laravel-notify icon indicating copy to clipboard operation
laravel-notify copied to clipboard

Ability to set custom timeout for individual notification

Open Rakesh717 opened this issue 2 years ago • 0 comments

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

Rakesh717 avatar Jun 02 '23 19:06 Rakesh717