melisplatform/melis-platform-framework-laravel-demo-tool-logic
最新稳定版本:v5.2.0
Composer 安装命令:
composer require melisplatform/melis-platform-framework-laravel-demo-tool-logic
包简介
Melis Platform Frameworks Demo Tool Logic
README 文档
README
Laravel module handling the request of melisplatform/melis-platform-framework-laravel-demo-tool
to display the list of data using a Database query with the Laminas Database connection configuration
and the Laminas Service manager
Prerequisites
The requirements for this module are:
- melisplatform/melis-platform-framework-laravel-demo-tool
- melisplatform/melis-platform-framework-laravel
It will automatically be done when using composer.
Installing
Before installing this package, this required to create first the Laravel skeleton in /thirdparty/Laravel,
then let Composer class mapping to be added to the autoloader, otherwise composer will interrupted
an error message on your command line and stop the current execution.
"autoload": {
...
"classmap": [
"../../../thirdparty/Laravel/database/seeds",
"../../../thirdparty/Laravel/database/factories"
]
}
Once it done, you can now run the following composer command:
composer require melisplatform/melis-platform-framework-laravel-demo-tool-logic
Service Providers
Activating the Service provider by just adding to the config/app.php file in the
Service Providers section.
MelisPlatformFrameworkLaravelDemoToolLogic\ModuleServiceProvider::class
Route
This module handles a single route. See Routes/web.php
Route::get('/melis/laravel-list', 'IndexController@list');
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
统计信息
- 总下载量: 320
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2019-08-29