cevv13/form-ajax-submit
最新稳定版本:1.0.1
Composer 安装命令:
composer require cevv13/form-ajax-submit
包简介
Make ajax validation with Laravel Requests for forms with bootstrap
README 文档
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
统计信息
- 总下载量: 229
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-30