ecce-media / craft-plugin-bootstrap
Quick Setup For a Craft Plugin Utalising Docker and Docker Compose
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
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