update
This commit is contained in:
@ -193,6 +193,7 @@ return [
|
||||
'aliases' => Facade::defaultAliases()->merge([
|
||||
'Toastr' => Brian2694\Toastr\Facades\Toastr::class,
|
||||
'Share' => Jorenvh\Share\ShareFacade::class,
|
||||
'Html' => Spatie\Html\Facades\Html::class,
|
||||
])->toArray(),
|
||||
|
||||
];
|
||||
|
21
config/toastr.php
Normal file
21
config/toastr.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'options' => [
|
||||
"closeButton" => false,
|
||||
"debug" => false,
|
||||
"newestOnTop" => false,
|
||||
"progressBar" => false,
|
||||
"positionClass" => "toast-top-right",
|
||||
"preventDuplicates" => false,
|
||||
"onclick" => null,
|
||||
"showDuration" => "300",
|
||||
"hideDuration" => "1000",
|
||||
"timeOut" => "5000",
|
||||
"extendedTimeOut" => "1000",
|
||||
"showEasing" => "swing",
|
||||
"hideEasing" => "linear",
|
||||
"showMethod" => "fadeIn",
|
||||
"hideMethod" => "fadeOut"
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user