high-five/liftoff

A launchpad for Craft CMS website development.

1.0.0 2025-09-18 09:19 UTC

This package is auto-updated.

Last update: 2025-09-18 09:20:25 UTC


README

From code to cosmos in seconds.

Liftoff is your launchpad for Craft CMS projects. Skip the countdown and head straight to orbit with a starter kit that’s ready to roll.

✨ Features

🔧 Getting Started

1. Create a project

If you already have PHP and Composer running on your host machine, you can run the following command

composer create-project high-five/liftoff {PROJECT NAME} --ignore-platform-reqs

If you'd rather not set up PHP, you can create the project with a desposable Docker image (Thanks nystudio107).

docker run --rm -it -v "$PWD":/app -v ${COMPOSER_HOME:-$HOME/.composer}:/tmp composer create-project high-five/liftoff {PROJECT NAME} --ignore-platform-reqs

2. Start and install

Move into your project folder and run the following commands

make start
make install

3. Launch

Run make launch to open the project in your browser