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

pkg:composer/ecce-media/craft-plugin-bootstrap

0.0.11 2020-02-23 09:13 UTC

This package is auto-updated.

Last update: 2025-10-23 22:44:31 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