ecce-media/craft-plugin-bootstrap
Composer 安装命令:
composer create-project ecce-media/craft-plugin-bootstrap
包简介
Quick Setup For a Craft Plugin Utalising Docker and Docker Compose
关键字:
README 文档
README
Allows you to create a bootstrapped project specifically for craft cms plugin development
Install Environment
composer create-project ecce-media/craft-plugin-bootstrap path
When then installation is finished craft will need to be setup You will need to run:
docker-compose run --rm web php craft setup
This will install the database and allow you to login and install the plugin.
Running Environment
To run the container run the command:
docker-compose up
Default DB Details
hostname = db
username = craft
password = craft
db = craft
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unlicense
- 更新时间: 2020-02-21