dillingham/nova-errors is a Laravel package for display errors at the top of your forms.
It currently has 14 GitHub stars and 56.403 downloads on Packagist (latest version 1.0.2).
Install it with composer require dillingham/nova-errors.
Discover more Laravel packages by dillingham
or browse all Laravel packages to compare alternatives.
Last updated
Display all form errors in a modal & scroll to the top of the page.
composer require dillingham/nova-errors
Add the Errors field to your resource
use NovaErrorField\Errors;
public function fields(Request $request)
{
return [
Errors::make(),
ID::make()->sortable(),
//
];
}
And when validation errors occur:
Hi 👋, Im Brian Dillingham, creator of this Nova package and others
Hope you find it useful. Feel free to reach out with feedback.
Follow me on twitter: @im_brian_d