sherlockode / advanced-form-bundle
Powerful Symfony form components
Installs: 6 855
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.4|^8.0
- symfony/framework-bundle: ^4.4|^5.0
- twig/twig: ^2.0|^3.0
Suggests
- vich/uploader-bundle: Allows to use Vich Uploader to handle file uploads
- dev-master
- v0.4.12
- v0.4.11
- v0.4.10
- v0.4.9
- v0.4.8
- v0.4.7
- v0.4.6
- v0.4.5
- v0.4.4
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.9
- v0.3.8
- v0.3.7
- v0.3.6
- v0.3.5
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.13
- v0.2.12
- v0.2.11
- v0.2.10
- v0.2.9
- v0.2.8
- v0.2.7
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.0
- dev-feature/improve-drag-and-drop
This package is auto-updated.
Last update: 2024-10-14 15:13:20 UTC
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