cevv13 / form-ajax-submit
Make ajax validation with Laravel Requests for forms with bootstrap
Installs: 200
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Language:HTML
Requires
- php: >=5.4.0
- illuminate/support: >=5.2.0
This package is not auto-updated.
Last update: 2024-11-09 20:45:18 UTC
README
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
- Name: Carlos Villarroel
- Email: cevv13@hotmail.com
License
The form-ajax-submit library is open-sourced software licensed under the MIT license