melisplatform/melis-platform-framework-lumen-demo-tool-logic
Composer 安装命令:
composer require melisplatform/melis-platform-framework-lumen-demo-tool-logic
包简介
Melis Platform Framework Lumen Demo Tool Logic module
README 文档
README
Lumen module that handle the request of melisplatform/melis-platform-framework-lumen-demo-tool to display the list of data using a database query with the Zend Database connection configuration and the Zend Service manager
Prerequisites
Modules required:
- melisplatform/melis-platform-framework-lumen-demo-tool
- melisplatform/melis-platform-framework
It will automatically be done when using composer
Installing
composer require melisplatform/melis-platform-framework-lumen-demo-tool-logic
Service Providers
To use the service provider , just add the line below in the \bootstrap\app.php file in "Register Service Providers" area.
$app->register(\MelisPlatformFrameworkLumenDemoToolLogic\Providers\LumenDemoToolLogicProvider::class)
Route
This module has an example of Lumen route . See routes/web.php
Route::get('/melis/lumen-list', MelisLumenController::class ."@renderMelisLumen");
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.md file for details
统计信息
- 总下载量: 162
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2019-08-29