melisplatform/melis-platform-framework-silex-demo-tool-logic
Composer 安装命令:
composer require melisplatform/melis-platform-framework-silex-demo-tool-logic
包简介
A Silex framework demo tool logics
README 文档
README
This is a demo of a Silex module that is being rendered inside the Melis Platform.
Prerequisites
This module requires the following:
- melisplatform/melis-cms-news
- melisplatform/melis-platform-framework-silex
The required modules will be automatically installed when using composer.
Installing
composer require melisplatform/melis-platform-framework-silex-demo-tool-logic
Usage
In order to load and use a this provider, you must register this provider in the Silex application which is commonly located in /Silex/src/app.php
use MelisPlatformFrameworkSilex\Provider\MelisSilexDemoTooolLogicServiceProvider;
$app = new Silex\Application();
$app->register(new MelisSilexDemoTooolLogicServiceProvider());
Note : This provider has to be always registered first before the rest of silex providers.
统计信息
- 总下载量: 99
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2019-08-29