Powerful Symfony form components
initialy fork from https://github.com/sherlockode/advanced-form-bundle and upgraded to SF6
This bundle requires Symfony 6.0 and jQuery.
The best way to install this bundle is to rely on Composer:
$ composer require partitech/advanced-form-bundle
Enable the bundle in the kernel
<?php
// config/bundles.php
return [
// ...
Partitech\AdvancedFormBundle\PartitechAdvancedFormBundle::class => ['all' => true],
];
Import the routing in config/routes.yml
Partitech_advanced_form:
resource: "@PartitechAdvancedFormBundle/Resources/config/routing/all.yml"
You may use Webpack to import the JavaScript files or use the assets
command.
$ php bin/console assets:install --symlink public