定制 happy-monkey/ci-starter 二次开发

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

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

happy-monkey/ci-starter

Composer 安装命令:

composer create-project happy-monkey/ci-starter

包简介

README 文档

README

Create a new project

To create a new project from scratch, juste run following command :

composer create-project happy-monkey/ci-starter <project_name>

Makefile commands

Assets

  1. Run yarn install based on package.json. Packages will be downloaded in /public/vendor folder.

    make yarn
    
  2. Run sass command to compile scss from public/assets/scss into compressed css in public/assets/css folder.

    make sass
    

Composer commands

  1. Install packages from composer.json.

    make composer-install
    
  2. Update composer packages.

    make composer-update
    
  3. Require a new package. The package name will be prompted after run command.

    make composer-require
    
  4. Remove a package. The package name will be prompted after run command.

    make composer-remove
    
  5. Display all package information.

    make composer-info
    

Run project

  1. Run this command the first time.

    make init
    

    This will execute following steps :

    • install yarn dependencies
    • compile css
    • build docker image
    • run composer install
  2. Start project

    make up
    

    App URL : http://localhost:8080
    phpMyAdmin URL : http://localhost:8001
    MailHog URL : http://localhost:8025

  3. Open shell in app container

    make exec
    

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2020-04-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固