Make ajax validation with Laravel Requests for forms with bootstrap
cevv13/form-ajax-submit is a Laravel package for make ajax validation with laravel requests for forms with bootstrap.
It currently has 1 GitHub stars and 237 downloads on Packagist (latest version 1.0.1).
Install it with composer require cevv13/form-ajax-submit.
Discover more Laravel packages by cevv13
or browse all Laravel packages to compare alternatives.
Last updated
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-submit
Or 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"
The form-ajax-submit library is open-sourced software licensed under the MIT license