melisplatform / melis-platform-framework-laravel-demo-tool
Melis 平台框架演示工具
v5.2.0
2024-08-13 08:55 UTC
Requires
This package is auto-updated.
Last update: 2024-09-13 09:09:38 UTC
README
此演示工具的目的是展示如何在Melis平台中使用Laravel框架,这样你就不必局限于ZF。
先决条件
此模块需要 ``melisplatform/melis-platform-frameworks`。在通过composer使用时会自动完成。
安装
composer require melisplatform/melis-platform-framework-laravel-demo-tool
配置
此模块还配置为通过添加到config/module.config.php文件中的数组来访问位于/thirdparty
目录中的Laravel框架
return [
'third-party-framework' => [
'index-path' => [
'/Laravel/public/index.php'
],
],
...
]
应用程序将通过提供index.php
文件的路径来确定第三方程序的执行。
作者
- Melis Technology - www.melistechnology.com
请参阅参与此项目的贡献者列表。
许可证
此项目遵循OSL-3.0许可证 - 详细信息请参阅LICENSE文件。