Download the PHP package aamant/configurable-attributes-bundle without Composer
On this page you can find all versions of the php package aamant/configurable-attributes-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aamant/configurable-attributes-bundle
More information about aamant/configurable-attributes-bundle
Files in aamant/configurable-attributes-bundle
Download aamant/configurable-attributes-bundle
More information about aamant/configurable-attributes-bundle
Files in aamant/configurable-attributes-bundle
Vendor aamant
Package configurable-attributes-bundle
Short Description Configurable attributes for Symfony
License MIT
Package configurable-attributes-bundle
Short Description Configurable attributes for Symfony
License MIT
Please rate this library. Is it a good library?
Informations about the package configurable-attributes-bundle
README
Install
Install with composer
Modify AppKernel.php
$bundles = [
...
new Aamant\ConfigurableAttributesBundle\AamantConfigurableAttributesBundle(),
...
];
Add routes
configurable_attributes.attributes:
resource: "@AamantConfigurableAttributesBundle/Resources/config/routing.xml"
Use
Add relation to entity
/**
* @ORM\ManyToOne(targetEntity="\Aamant\ConfigurableAttributesBundle\Entity\Option")
* @ORM\JoinColumn(name="relation_id", referencedColumnName="id", onDelete="SET NULL", nullable=true)
*/
private $relation;
Form field
$builder
...
->add('relation', \Aamant\ConfigurableAttributesBundle\Form\AttributeOptionType::class, [
'definition' => 'test',
'placeholder' => '',
'required' => false,
])
...
;All versions of configurable-attributes-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
symfony/form Version ^2.8 || ^3.0
symfony/framework-bundle Version ^2.8 || ^3.0
symfony/security-bundle Version ^2.8 || ^3.0
symfony/twig-bundle Version ^2.8 || ^3.0
twig/twig Version ^1.28 || ^2.0
symfony/templating Version ^2.8 || ^3.0
symfony/form Version ^2.8 || ^3.0
symfony/framework-bundle Version ^2.8 || ^3.0
symfony/security-bundle Version ^2.8 || ^3.0
symfony/twig-bundle Version ^2.8 || ^3.0
twig/twig Version ^1.28 || ^2.0
symfony/templating Version ^2.8 || ^3.0
The package aamant/configurable-attributes-bundle contains the following files
Loading the files please wait ...