Installing Varbase with DDEV
DDEV is an open source tool for launching local web development environments in minutes. It supports PHP and other languages.
Learn more about DDEV on the official website: https://ddev.com
DDEV is a development tool!
Note that while you can run DDEV in production, it is highly discouraged, not recommended, and 100% not supported! DON'T DO IT!
Follow the steps below to setup Varbase with DDEV.
Install DDEV on your machine. Whether you use Linux, Mac, Windows, there's a package for you. Follow this guide to install DDEV on your machine.
Create a new Varbase project using Composer, this will include a template file for .ddev/config.yaml, for information on how to integrate DDEV on an existing project scroll to the bottom of this page.
Edit the .ddev/config.yaml file and change the
name
value to your project's name.Start the DDEV project and enjoy.
For more information on the DDEV file configuration, read more on
https://ddev.readthedocs.io/en/stable/users/configuration/config/
Adding DDEV to an existing Varbase project
Download
config.yaml
file and.ddev
folder from the Varbase project repository https://github.com/Vardot/varbase-project .Proceed with steps 1, 2, 3, and 4 mentioned above.
Last updated