dillingham/nova-errors
最新稳定版本:1.0.2
Composer 安装命令:
composer require dillingham/nova-errors
包简介
Display errors at the top of your forms
README 文档
README
Display all form errors in a modal & scroll to the top of the page.
Install
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:
- it will scroll to the top of the page
- it will display a list of validation errors
Author
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
统计信息
- 总下载量: 53.85k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 未知
