dev-master
9999999-dev
The Requires
dev-ft-dev-for-core-too
dev-ft-dev-for-core-too
The Requires
dev-ft-clone-from-tags
dev-ft-clone-from-tags
The Requires
Install this package globally via Composer:, (*1)
composer global require rareloop/lumberjack-bedrock-installer
You can then scaffold out a new Lumberjack/Bedrock site using:, (*2)
lumberjack-bedrock new my-site
The above command will create a folder in your current directory called my-site
which contains Bedrock with Lumberjack ready to go., (*3)
--with-trellis
: Set up the project with Trellis for deployment.--with-hatchet
: Also install the Hatchet CLI tool.You can control the verbosity of messages output by the the installer., (*4)
# increase the verbosity of messages lumberjack-bedrock new my-site -v # display all messages, including commands run (useful to debug errors) lumberjack-bedrock new my-site -vvv