costsrl/cost-base
最新稳定版本:v1.0.0
Composer 安装命令:
composer require costsrl/cost-base
包简介
Basic class /service based on Laminas
关键字:
README 文档
README
What is CostBase?
CostBase is a Module for Navigation based on Laminas Framework 2.4.x
What exactly does CostBase?
CostBase offes some common functionality
Installation
Create novigo folder under vendor directory
Copy or Clone Module under novigo directory
Go to your application configuration in ./config/application.config.phpand add 'CostBase'.
An example application configuration could look like the following:
'modules' => array( 'Application', 'CostBase' )
open composer.json and add under auotload key
"autoload" : {
"psr-0" : {
"CostBase" : "vendor/cost/cost-base/src",
}
add to main composer
"repositories": [ { "type": "vcs", "url": "http://git.cost.it/cost/cost-base.git" } ]
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2023-03-24