定制 costsrl/cost-admin 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

costsrl/cost-admin

最新稳定版本:v1.0.0

Composer 安装命令:

composer require costsrl/cost-admin

包简介

Cost Admin Module on Laminas

README 文档

README

What is CostAdmin?

CostAdmin is a Module for Manage ACL / NAVIGATION DATA based on Laminas Framework 2 -3

What exactly does CostAdmin?

CsnNavigation has been created with educational purposes to demonstrate how Navigation can be done. It is fully functional.

Installation

Installation via composer is supported, just make sure you've set "minimum-stability": "dev" in your composer.jsonfile and after that run php composer.phar require cost/cost-navigation:dev-master

Go to your application configuration in ./config/application.config.phpand add 'CostNavigation'. An example application configuration could look like the following:

open composer.json and add under auotload key

"autoload" : { "psr-4" : { "CostAdmin\" : "vendor/cost/cost-admin/src", }


"repositories": [
        {
            "type": "vcs",
            "url": "http://git.cost.it/cost/cost-admin.git"
        }
    ]



depends on:
1) CostBase
2) CostAuthentication
3) CostAuthorization


'modules' => array( 'Application', 'Zf2datatable', 'CostBase', 'CostAuthentication', 'CostAuthorization', 'CostAdmin' )```

Add migration file for Doctrine Migration : run public/index.php migrations:migrate note: for mssql use [user] instead of user table

统计信息

  • 总下载量: 14
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2023-03-24