- This project runs inside DDEV Docker containers. You MUST execute all commands through DDEV.
- Check if a
ddevexecutable is actually available withddev --version. - Validate if a service is running with
ddev describe. - Start services using
ddev startand stop them withddev stop. - Open the application in the browser by running
ddev launch [path, ex: /login].- Always prefix PHP, Artisan, Composer, and Node commands with
ddev. Examples: - Run Artisan Commands:
ddev artisan - Install Composer packages:
ddev composer install - Execute Node commands:
ddev exec npm run dev - Execute PHP scripts:
ddev php [script]
- Always prefix PHP, Artisan, Composer, and Node commands with
- View all available DDEV commands by running
ddevwithout arguments.
Created
February 4, 2026 17:18
-
-
Save bmoex/bcf5bfc9612f03798ceb62a5be1385f6 to your computer and use it in GitHub Desktop.
DDEV local development guidelines
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment