项目作者: ARCANESCRIPTS

项目描述 :
Form errors helper for laravel validation errors
高级语言: JavaScript
项目地址: git://github.com/ARCANESCRIPTS/FormErrors.git
创建时间: 2017-04-23T11:52:55Z
项目社区:https://github.com/ARCANESCRIPTS/FormErrors

开源协议:MIT License

下载


FormErrors License NPM

Travis Build
Codacy grade
Code Coverage
Latest Release
Downloads
GitHub issues

By ARCANEDEV©

An error helper inspired from Laravel’s Illuminate\Support\MessageBag that allows you to handle the validation messages.

Feel free to check out the releases, license, and contribution guidelines.

Installation

You can install the package via the npm command:

  1. npm install laravel-form-errors --save

With yarn:

  1. yarn add laravel-form-errors

Usage

You can start by checking all the available methods on API document.

If you’re familiar with the Laravel’s validation errors, this is going to be a 🍰 for you.

You can also find an example with Laravel + Vue.js + Axios setup.

Contribution

Any ideas are welcome. Feel free to submit any issues or pull requests, please check the contribution guidelines.

Security

If you discover any security related issues, please email arcanedev.maroc@gmail.com instead of using the issue tracker.

Credits