Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.93 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.93 KB

Vardot Varbase 9.0.1

Varbase Project

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 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

Local development with Lando

  1. Install Lando locally, steps for installing can be found here.
  2. Run Lando start.

Debugging using Lando

  • xDebug is enabled on Lando by default for PHP debugging.
  • The debugger is set to listen for the port 9003 but can be changed in .lando/.php.ini