Notification changes

New validation message notifications

If you are using the Notifications blade component. All validation errors will be flashed (5sec) as stacked, red, notifications. (AlpineJS no other dependencies)

Turn it on/off with the form property notifyErrors in config/tall-forms.

'notifyErrors' => true, //Alert validation errors, on submit (stacked notifications).

Last updated