melisplatform / melis-platform-framework-silex-demo-tool
This demo tool has for goal to show how you can use the framework Silex inside Melis Platform, so you're not locked on ZF.
Installs: 92
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 0
Open Issues: 0
Type:melisplatform-module
This package is auto-updated.
Last update: 2024-10-16 17:00:33 UTC
README
This demo tool has for goal to show how you can use the framework Silex inside Melis Platform, so you're not locked on ZF.
Prerequisites
This module requires melisplatform/melis-platform-frameworks in order to have this module running. This will automatically be done when using composer.
Installing
composer require melisplatform/melis-platform-framework-silex-demo-tool
Configuration
A configuration inside /config/module.config.php
is required for this tool to work properly.
This tool needs the index.php path of the Silex.
return [
'third-party-framework' => [
'index-path' => [
'/Silex/web/index.php'
]
],
...
]