Download the PHP package naucon/form-bundle without Composer
On this page you can find all versions of the php package naucon/form-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download naucon/form-bundle
More information about naucon/form-bundle
Files in naucon/form-bundle
Package form-bundle
Short Description Bundle to integrate naucon form package into the Symfony framework.
License MIT
Homepage https://github.com/naucon/FormBundle
Informations about the package form-bundle
naucon Form Bundle
About
Bundle to integrate naucon form package into the Symfony2 framework.
Compatibility
- PHP 7.1 - 7.4
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Configuration
Get Started
Twig Form Extension
This bundle defines a service for the naucon form extension for twig which adds new helper functions for building forms. This extension is automatically active when you enable this bundle.
Example
Further documentation https://github.com/naucon/Form/tree/master#formhelper-with-twig-templates
Roadmap
- add naucon validator to translations
All versions of form-bundle with dependencies
naucon/form Version ^5.0.0
symfony/config Version ^6.0
symfony/dependency-injection Version ^6.0
symfony/finder Version ^6.0
symfony/http-kernel Version ^6.0