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
-
Run yarn install based on package.json. Packages will be downloaded in
/public/vendorfolder.make yarn -
Run sass command to compile scss from
public/assets/scssinto compressed css inpublic/assets/cssfolder.make sass
Composer commands
-
Install packages from composer.json.
make composer-install -
Update composer packages.
make composer-update -
Require a new package. The package name will be prompted after run command.
make composer-require -
Remove a package. The package name will be prompted after run command.
make composer-remove -
Display all package information.
make composer-info
Run project
-
Run this command the first time.
make initThis will execute following steps :
- install yarn dependencies
- compile css
- build docker image
- run composer install
-
Start project
make upApp URL : http://localhost:8080
phpMyAdmin URL : http://localhost:8001
MailHog URL : http://localhost:8025 -
Open shell in app container
make exec
统计信息
- 总下载量: 44
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2020-04-02