high-five/liftoff
最新稳定版本:1.0.0
Composer 安装命令:
composer create-project high-five/liftoff
包简介
A launchpad for Craft CMS website development.
关键字:
README 文档
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
- Local development powered by DDEV
- Vite, Tailwind CSS and daisyUI based front-end build tooling.
🔧 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
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-17