Installing Varbase locally with DDEV
Prerequisites
Step 1: Create the Project Directory
mkdir my_varbase_site
cd my_varbase_siteStep 2: Configure DDEV
ddev config --project-type=drupal11 --docroot=web --php-version=8.4Step 3: Start DDEV
Step 4: Create the Varbase Project
Step 5: Launch Your Site
Complete Installation Commands
Useful DDEV Commands
Command
Description
Troubleshooting
Last updated