firstcommit

This commit is contained in:
2025-08-17 16:23:14 +05:45
commit 76bf4c0a18
2648 changed files with 362795 additions and 0 deletions

29
config/toastr.php Normal file
View File

@@ -0,0 +1,29 @@
<?php
/*
* This file is part of the yoeunes/toastr package.
* (c) Younes KHOUBZA <younes.khoubza@gmail.com>
*/
return array(
/*
|--------------------------------------------------------------------------
| Toastr options
|--------------------------------------------------------------------------
|
| Here you can specify the options that will be passed to the toastr.js
| library. For a full list of options, visit the documentation.
|
| Example:
| 'options' => [
| 'closeButton' => true,
| 'debug' => false,
| 'newestOnTop' => false,
| 'progressBar' => true,
| ],
*/
'options' => [
'closeButton' => true,
],
);