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.
You can install the package via the npm
command:
npm install laravel-form-errors --save
With yarn
:
yarn add laravel-form-errors
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.
Any ideas are welcome. Feel free to submit any issues or pull requests, please check the contribution guidelines.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.