ecce-media/craft-plugin-bootstrap

Quick Setup For a Craft Plugin Utalising Docker and Docker Compose

0.0.11 2020-02-23 09:13 UTC

This package is auto-updated.

Last update: 2025-04-23 21:29:24 UTC


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