ecce-media / craft-plugin-bootstrap
Quick Setup For a Craft Plugin Utalising Docker and Docker Compose
Package info
github.com/Ecce-Media/craft-plugin-bootstrap
Type:project
pkg:composer/ecce-media/craft-plugin-bootstrap
0.0.11
2020-02-23 09:13 UTC
Requires
- composer/composer: ^1.9
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