Add groups page. Update landing Add toastmagic
This commit is contained in:
16
config/laravel-toaster-magic.php
Normal file
16
config/laravel-toaster-magic.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'options' => [
|
||||
"closeButton" => true,
|
||||
"positionClass" => "toast-top-end",
|
||||
"preventDuplicates" => false,
|
||||
"showDuration" => "300",
|
||||
"timeOut" => "5000",
|
||||
"theme" => "default", // Available themes: default, material, ios, glassmorphism, neon, minimal, neumorphism
|
||||
"gradient_enable" => false, // Available for: default, material, ios, glassmorphism, neon themes
|
||||
"color_mode" => false // Color mode (true or false)
|
||||
],
|
||||
'livewire_enabled' => true,
|
||||
'livewire_version' => 'v4'
|
||||
];
|
||||
Reference in New Issue
Block a user