Desktop Installer
Recommended for most users
Download and run the installer for your operating system. Includes automatic Docker setup and desktop integration.
Download for WindowsGetting DAMP installed and running is straightforward. This guide will walk you through the installation process for all supported operating systems.
Before installing DAMP, ensure your system meets these requirements:
Choose the installation method that works best for your workflow:
Desktop Installer
Recommended for most users
Download and run the installer for your operating system. Includes automatic Docker setup and desktop integration.
Download for WindowsDownload the installer
Download the latest DAMP installer for Windows from here.
Run the installer
Double-click the downloaded .msi
file and follow the installation wizard.
Docker Setup
You need to have Docker Installed for DAMP to work
Launch DAMP
After installation, DAMP will be available in your Start Menu and system tray.
For the best DAMP development experience, install VS Code with essential extensions:
Download VS Code
Download from code.visualstudio.com
Install VS Code
Follow the standard installation process for your operating system.
Launch VS Code
Open VS Code and proceed to extension installation.
Install these critical extensions for DAMP development:
Core Extensions:
Dev Containers Extension 🔧
Extension ID: ms-vscode-remote.remote-containers
What it does: Enables development inside Docker containers
Install: VS Code → Extensions → Search “Dev Containers”
Docker Extension 🐳
Extension ID: ms-azuretools.vscode-docker
What it does: Docker management from VS Code
Install: VS Code → Extensions → Search “Docker”
Remote Development Extension Pack 📦
Extension ID: ms-vscode-remote.vscode-remote-extensionpack
What it includes:
Install: VS Code → Extensions → Search “Remote Development”
Development Extensions:
PHP Development
PHP Intelephense
bmewburn.vscode-intelephense-client
PHP Debug
xdebug.php-debug
Laravel Extension Pack
onecentlin.laravel-extension-pack
Install all essential extensions at once:
# Essential DAMP extensionscode --install-extension ms-vscode-remote.remote-containerscode --install-extension ms-azuretools.vscode-dockercode --install-extension ms-vscode-remote.vscode-remote-extensionpack
# PHP/Laravel developmentcode --install-extension bmewburn.vscode-intelephense-clientcode --install-extension xdebug.php-debugcode --install-extension onecentlin.laravel-extension-pack
Now that DAMP is installed, you’re ready to start developing:
Quick Start
Get your first project running in under 5 minutes.
Laravel Project
Set up a Laravel project with one click.
VS Code Integration
Configure DevContainer support for the best development experience.