Powerful Symfony form components
This bundle requires Symfony 3.4+ and jQuery.
The best way to install this bundle is to rely on Composer:
$ composer require sherlockode/advanced-form-bundle
Enable the bundle in the kernel
<?php
// config/bundles.php
return [
// ...
Sherlockode\AdvancedFormBundle\SherlockodeAdvancedFormBundle::class => ['all' => true],
];
Import the routing in config/routes.yml
sherlockode_advanced_form:
resource: "@SherlockodeAdvancedFormBundle/Resources/config/routing/all.xml"
You may use Webpack to import the JavaScript files or use the assets
command.
$ php bin/console assets:install --symlink public