Download the PHP package diamante/front-bundle without Composer
On this page you can find all versions of the php package diamante/front-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download diamante/front-bundle
More information about diamante/front-bundle
Files in diamante/front-bundle
Package front-bundle
Short Description DiamanteDesk Front Bundle
License OSL-3.0
Homepage https://github.com/eltrino/DiamanteFrontBundle
Informations about the package front-bundle
DiamanteDesk Front Bundle
DiamanteDeskFrontBundle is a part of DiamanteDesk system. This software extends its base functionality with frontend UI available for customers, allowing them to submit and monitor status of their tickets through web.
Installation
Add as dependency in composer:
Install assets via Symfony using the following command:
Configuration
Frontend is accessible at this URL. This URL should not be covered by standard Oro Platfrom authentication. You should add additional configuration to firewalls section in app/config/security.yml
:
In order to reset and update password url you should use anonymous user. Add the following rule in the same section as above:
Development
Requirements for Development
DiamanteDesk Front Bundle development requires such software to be installed:
- Node.JS
- NPM
- Grunt (installed globally)
- Bower (installed globally)
The source code can be found in the @DiamanteFrontBundle/Resources/front
folder. This folder has the following structure:
Application uses Bower to manage all asset dependencies, which will be installed in assets/js/vendor
.
After the source code is changed, run Grunt or execute the following command:
NPM Dependencies
All dependencies required for the development are specified at @DiamanteFrontBundle/packages.json
file and can be installed using the following command:
npm install
To update the dependencies, execute the following command:
npm update
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.
All versions of front-bundle with dependencies
oro/platform Version 1.8.*
diamante/api-bundle Version self.version
diamante/desk-bundle Version self.version