Download the PHP package dobryprogramator/smartform-bundle without Composer
On this page you can find all versions of the php package dobryprogramator/smartform-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dobryprogramator/smartform-bundle
More information about dobryprogramator/smartform-bundle
Files in dobryprogramator/smartform-bundle
Package smartform-bundle
Short Description Bundle to connect Symfony with www.smartform.cz
License MIT
Informations about the package smartform-bundle
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Requirements
- PHP 7.4
- Symfony 5
- Twig 3
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Now proceed to chapter Configuration
.
Applications that don't use Symfony Flex
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:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Now proceed to chapter Configuration
.
Configuration
Add following to the .env
a replace the FILL_IN
with your client_id
.
Create file config/packages/dobry_programator_smartform.yaml
with following content:
Usage
For more detailed look into the bundle visit the demo repository.
This bundle supports only using forms with DTO as explained here.
Entity
Model
Form
DataMapper
To transport the data between DTO and entity
Controller
Template
All versions of smartform-bundle with dependencies
holicz/simple-exception Version ^2.0
symfony/form Version ^3.4|^4.4|^5.0
symfony/validator Version ^3.4|^4.4|^5.0
thecodingmachine/safe Version ^1.1
twig/twig Version ^2.0|^3.0