partitech / advanced-form-bundle
Powerful Symfony form components
Installs: 105
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.4|^8.0
- symfony/framework-bundle: ^5.0|^6.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: 2024-10-31 00:21:41 UTC
README
Powerful Symfony form components
initialy fork from https://github.com/sherlockode/advanced-form-bundle and upgraded to SF6
Prerequisites
This bundle requires Symfony 6.0 and jQuery.
Installation
Step 1: Install PartitechAdvancedFormBundle
The best way to install this bundle is to rely on Composer:
$ composer require partitech/advanced-form-bundle
Step 2: Enable the bundle
Enable the bundle in the kernel
<?php // config/bundles.php return [ // ... Partitech\AdvancedFormBundle\PartitechAdvancedFormBundle::class => ['all' => true], ];
Step 3: Configure the bundle
Import the routing in config/routes.yml
Partitech_advanced_form: resource: "@PartitechAdvancedFormBundle/Resources/config/routing/all.yml"
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