Skip to content

cevv13/form-ajax-submit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published