Create a configuration file at config/packages/asmitta_toast.yaml:
asmitta_toast:
toast_container:
position: bottom-center
max_toasts: null
toast_item:
timer: 5000
progress_bar: false
dismissible: true
template: '[@AsmittaToast](https://github.com/AsmittaToast)/toast_items/default.html.twig'
position (string, default: bottom-center)
top-left, top-center, top-right, bottom-left, bottom-center, bottom-right, centermax_toasts (integer|null, default: null)
null for unlimited toasts3 will show maximum 3 success toasts, 3 error toasts, etc.timer (integer, default: 5000)
0 to disable auto-hide4000 = 4 secondsprogress_bar (boolean, default: false)
timer > 0dismissible (boolean, default: true)
false, toasts can only be dismissed by timertemplate (string, default: [@AsmittaToast](https://github.com/AsmittaToast)/toast_items/default.html.twig)
How can I help you explore Laravel packages today?