Installation

Install via Composer and get the basics configured.

Requirements

Install

composer create-project webdernargor/thungthao <app name>

.env

  • Windows: copy example.env .env
  • macOS/Linux: cp example.env .env
  • Set WEB_URL to your real domain, e.g. https://example.com

Run

  • composer run web (recommended)
  • or php -S localhost:5000 index.php