Make ajax validation with Laravel Requests for forms with bootstrap
This work is an adaptation of: https://github.com/guicho0601/laravel-form-ajax-validation
See the full documentation.
##Installation
Add to the composer of your project
composer require cevv13/form-ajax-submitOr edit your composer.json
"require": {
"cevv13/form-ajax-submit": "dev-master"
},Open the file config/app.php
"providers": {
...
'Cevv13\FormAjaxSubmit\FormAjaxSubmitServiceProvider',
...
},
.
.You need to publish the necessary views for create the scripts of jQuery
$ php artisan vendor:publish --tag=formajaxsubmit
ó
$ php artisan vendor:publish --provider="Cevv13\FormAjaxSubmit\FormAjaxSubmitServiceProvider"- Name: Carlos Villarroel
- Email: cevv13@hotmail.com
The form-ajax-submit library is open-sourced software licensed under the MIT license