Skip to content

Latest commit

 

History

History
executable file
·
42 lines (25 loc) · 1.68 KB

README.md

File metadata and controls

executable file
·
42 lines (25 loc) · 1.68 KB

Vardot Vardoc 5.0.0-rc1

Vardoc Project

Project template for Vardoc distribution.

Create a Vardoc project with Composer:

Install with Composer

To install the most recent stable release of Vardoc 5.0.x run this command:

composer create-project Vardot/vardoc-project:5.0.0-beta1 PROJECT_DIR_NAME --no-dev --no-interaction

To install the dev version of Vardoc 5.0.x run this command:

composer create-project vardot/vardoc-project:5.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