Add groups page. Update landing Add toastmagic

This commit is contained in:
joeplikestocode
2026-02-28 21:46:08 +01:00
parent 09b2b988f7
commit e405fec5c2
24 changed files with 2000 additions and 17 deletions

View 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'
];