melisplatform / melis-tool-creator-symfony
Melis Tool Creator Symfony
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 0
Open Issues: 0
Type:melisplatform-module
Requires
This package is auto-updated.
Last update: 2024-10-30 01:42:53 UTC
README
This module handle the Tool Creator configuration to activate Symfony option on the selection in the Tool Creator.
Prerequisites
You will need to install the following in order to have this module running:
- melisplatform/melis-tool-creator
- melisplatform/melis-platform-framework-symfony
- melisplatform/melis-platform-framework-symfony-tool-creator
- melisplatform/melis-platform-frameworks
Installing
composer require melisplatform/melis-tool-creator-symfony
Enabling Symfony option on Tool creator
return [
'tool-creator-third-party-frameworks' => [
'symfony'
]
];
By just activating this module on the Melis Platform Back-office this will automatically added to the selection of Third party frameworks tool creation.
Authors
- Melis Technology - www.melistechnology.com
See also the list of contributors who participated in this project.
License
This project is licensed under the OSL-3.0 License - see the LICENSE file for details