cevv13/form-ajax-submit

Make ajax validation with Laravel Requests for forms with bootstrap
237 1
Install
composer require cevv13/form-ajax-submit
Latest Version:1.0.1
PHP:>=5.4.0
License:MIT
Last Updated:Jul 17, 2019
Links: GitHub  ·  Packagist
Maintainer: cevv13

Form-ajax-submit

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

1. Composer

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"
},

2. Add the ServiceProvider

Open the file config/app.php

"providers": {
    ...
    'Cevv13\FormAjaxSubmit\FormAjaxSubmitServiceProvider',
    ...
},
.
.

3. Publish vendor resources

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"

Author

License

The form-ajax-submit library is open-sourced software licensed under the MIT license

Related Packages

lfav/laravel-form-ajax-validation

Make ajax validation with Laravel Requests for forms with bootstrap

125 1
lrgt/laravel-form-ajax-validation

Make ajax validation with Laravel Requests for forms with bootstrap

5,753 43
ponto-sistemas/laravel-form-ajax-validation-ponto

Make ajax validation with Laravel Requests for forms with bootstrap

28 0
sahibalejandro/laravel-form-helpers

Handle form model binding, old input binding and validation error messages in a...

2,442 7
proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rul...

2,398,591 1,142