Skip to content

ARCANESCRIPTS/FormErrors

Repository files navigation

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:

npm install laravel-form-errors --save

With yarn:

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