melisplatform/melis-platform-framework-silex-demo-tool
Composer 安装命令:
composer require 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.
README 文档
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'
]
],
...
]
统计信息
- 总下载量: 95
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2019-08-29