sherlockode / advanced-form-bundle
Powerful Symfony form components
Package info
github.com/sherlockode/advanced-form-bundle
Type:symfony-bundle
pkg:composer/sherlockode/advanced-form-bundle
v0.4.12
2022-07-13 09:53 UTC
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
This package is auto-updated.
Last update: 2026-05-14 18:31:27 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