melisplatform/melis-platform-framework-laravel-demo-tool
最新稳定版本:v5.2.0
Composer 安装命令:
composer require melisplatform/melis-platform-framework-laravel-demo-tool
包简介
Melis Platform Frameworks Demo Tool
README 文档
README
This demo tool has for goal to show how you can use the framework Laravel inside Melis Platform, so you're not locked on ZF.
Prerequisites
This module requires ``melisplatform/melis-platform-frameworks`. It will automatically be done when using composer.
Installing
composer require melisplatform/melis-platform-framework-laravel-demo-tool
Configuration
This module is also configured to access the Laravel framework inside the directory of /thirdparty by just adding the data to the array inside config/module.config.php file:
return [
'third-party-framework' => [
'index-path' => [
'/Laravel/public/index.php'
],
],
...
]
the application will determine the execution of the third party by providing the Path of the
index.php file.
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
统计信息
- 总下载量: 370
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2019-08-29