sherlockode/advanced-form-bundle
Composer 安装命令:
composer require sherlockode/advanced-form-bundle
包简介
Powerful Symfony form components
README 文档
README
Powerful Symfony form components
Prerequisites
This bundle requires Symfony 3.4+ and jQuery.
Installation
Step 1: Install SherlockodeAdvancedFormBundle
The best way to install this bundle is to rely on Composer:
$ composer require sherlockode/advanced-form-bundle
Step 2: Enable the bundle
Enable the bundle in the kernel
<?php // config/bundles.php return [ // ... Sherlockode\AdvancedFormBundle\SherlockodeAdvancedFormBundle::class => ['all' => true], ];
Step 3: Configure the bundle
Import the routing in config/routes.yml
sherlockode_advanced_form: resource: "@SherlockodeAdvancedFormBundle/Resources/config/routing/all.xml"
Step 4: Publish assets
You may use Webpack to import the JavaScript files or use the assets command.
$ php bin/console assets:install --symlink public
Next steps
Ajax uploader
Create a single file upload form
Dependent entity form type
统计信息
- 总下载量: 7.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-07-05