Project template for Varbase distribution.
Create a Varbase project with Composer:
To install the most recent stable release of Varbase 9.0.x run this command:
composer create-project Vardot/varbase-project:^9.0.0-rc1 PROJECT_DIR_NAME --no-dev --no-interaction
To install the dev version of Varbase 9.0.x run this command:
composer create-project vardot/varbase-project:9.0.x-dev PROJECT_DIR_NAME --stability dev --no-interaction
- Install lando locally, steps for installing can be found here.
- Run lando start.