diamante / embeddedform-bundle
DiamanteDesk Embedded Form Bundle
Requires
- php: >=5.4.4
- diamante/desk-bundle: 2.0.3
- oro/platform: 1.8.*
Requires (Dev)
This package is not auto-updated.
Last update: 2024-11-09 18:59:20 UTC
README
EmbeddedForm bundle extends OroEmbeddedFormBundle functionality. To create a ticket from a third party in DiamanteDesk it is required to add an additional form type and a controller.
For more information about the Embedded Form, please see Oro/Bundle/EmbeddedFormBundle/README.md.
Requirements
DiamanteDesk supports OroCRM version 1.8+.
Installation
Step 1: Add as dependency in composer:
composer require diamante/embeddedform-bundle:dev-master
Step 2: Execute the following command:
php app/console diamante:embeddedform:schema
Step 3: Install assets in a usual way through Symfony:
php app/console assets:install
Configuration
Diamante Embedded Form URL should not be covered by the standard Oro Platfrom authentication. You should add additional configuration to filewalls section in app/config/security.yml
:
diamante_embedded_form: pattern: ^/embedded-form/submit-ticket provider: chain_provider anonymous: true
Contributing
We appreciate any effort to make DiamanteDesk functionality better; therefore, we welcome all kinds of contributions in the form of bug reporting, patches submitting, feature requests or documentation enhancement. Please refer to the DiamanteDesk guidelines for contributing if you wish to be a part of the project.