chore: laravel config options update

This commit is contained in:
Ahmed Gamal
2024-05-25 21:24:30 +03:00
parent 08eb6089e1
commit e42e91a1e0
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ return [
'inject_assets' => true,
'options' => [
'timeout' => 5_000,
'timeout' => 5000, // in milliseconds
'position' => 'top-right',
],
'flash_bag' => [
+6
View File
@@ -22,6 +22,12 @@ return [
// Automatically inject PHPFlasher assets into HTML response
'inject_assets' => true,
// Global options
'options' => [
'timeout' => 5000, // in milliseconds
'position' => 'top-right',
],
// Configuration for the flash bag (converting Laravel flash messages)
// Map Laravel session keys to PHPFlasher types
'flash_bag' => [