Skip to main content

Craft Starter

@craftquest/craft-starterv2026.08.01.2· 6d agoMODELSWORKFLOWSSKILLS
01README

Scaffold a local Craft CMS 5 project with DDEV — Craft install, plugins, database setup, and starter templates in one workflow

02Models1
@craftquest/craft-ddevv2026.05.24.1craft_ddev.ts
fn check_prereqs()
Verify that ddev and Docker are installed and available on PATH
fn configure()
Create the project directory and configure DDEV for Craft CMS
fn start()
Start the DDEV environment
fn install_craft()
Install Craft CMS via Composer
fn install_plugins()
Install Craft CMS plugins via Composer (skips if plugins list is empty)
fn setup_craft()
Run Craft CMS install command to set up the database and admin account
fn scaffold_templates()
Create the Craft CMS template directory structure with a base layout and test homepage

Resources

state(infinite)— Project setup progress and configuration state
03Workflows1
@craftquest/create-craft-projectd62af0c6-dabe-4131-ab9c-a1c5cb78a73a

Create a new Craft CMS project with DDEV, install plugins, and scaffold templates

setupCreate and configure a Craft CMS project with DDEV
1.check-prereqscraft-project.check_prereqs— Verify ddev and Docker are installed
2.configurecraft-project.configure— Create project directory and configure DDEV
3.startcraft-project.start— Start the DDEV environment
4.install-craftcraft-project.install_craft— Install Craft CMS via Composer
5.install-pluginscraft-project.install_plugins— Install Craft CMS plugins via Composer
6.setup-craftcraft-project.setup_craft— Run Craft CMS install to set up database and admin account
7.scaffold-templatescraft-project.scaffold_templates— Create template directory structure with base layout and homepage
04Skills1
craft-starter1 file
05Previous Versions2
2026.08.01.1

Added 1 skills

2026.07.31.1
06Stats
B
85 / 100
Downloads
31
Archive size
13.3 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository0/2missing
07Platforms
08Labels