定制 ideus-biz/kcms 二次开发

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

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

ideus-biz/kcms

最新稳定版本:v5.5.2025-p1201

Composer 安装命令:

composer create-project ideus-biz/kcms

包简介

KCMS Project based on Laravel framework

关键字:

README 文档

README

Application based on KCMS framework over Laravel

Installation

This repo contains KCMS core packages in a separate corporation repository bitbucket.ideus.biz.

At first, you have to authorize your composer to access this repo.

composer config --global --editor --auth

and write in your creds:

{
    "http-basic": {
        "bitbucket.ideus.biz": {
            "username": "username",
            "password": "password"
        }
    }
}

More info and auth options is here: https://getcomposer.org/doc/articles/authentication-for-private-packages.md#command-line-http-basic

Create a project using composer tool:

composer create-project ideus-biz/kcms ./my-app

It downloads and installs all required packages.

Open a newly created document root folder of my-app, and run PHP internal server:

cd ./my-app/public php -S localhost:8080

If everything done write you can see a page at http://localhost:8080/

Please read further instruction on the page.

KCMS Package update

To be up-to-date you need to update kcms/package either separately or alone with all vendors using composer update command. Before updating, you have to know the latest KCMS package version. One of the way to get the version is to search for the latest tag in the main branch of the corporate repository. The tag looks like v5.5.yyyy.mmdd.n. Copy such a string and fill it into the reference under kcms/package in the project's composer.json.

Then run either composer update kcms/package or composer update.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-06-13