tme55/shopware-symfony-forms

Integration of the symfony2 form component in Shopware projects

dev-master 2020-10-20 09:29 UTC

This package is not auto-updated.

Last update: 2024-05-01 02:33:53 UTC


README

Implementation of Symfony2 forms component with smarty templates

##Installation This package uses Composer, please checkout the composer website for more information.

The following command will install shopware-symfony-forms into your project. It will also add a new entry in your composer.json and update the composer.lock as well.

$ composer require barbieswimcrew/shopware-symfony-bundle

This package follows the PSR-4 convention names for its classes, which means you can easily integrate shopware-symfony-forms classes loading in your own autoloader.

##What now? See the usage documentations in doc/01-Basic-Usage.md and doc/02-Usage-As-Service.md.

Copying / License

This repository is distributed under the MIT License (MIT). You can find the whole license text in the LICENSE.txt file.

Credits

This package is based on the symfony-smarty-standalone-forms package. It has been developed by victormacko.