Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 428 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 428 Bytes

Fluid 3.0 Demonstration

Install instructions:

  1. Clone this repository: https://github.com/NamelessCoder/fluid-3-demo
  2. cd to the cloned repository directory
  3. Run composer install (or composer install -a to use an optimised class loader)
  4. Run php -S localhost:8081 -t public/ and point your browser to http://localhost:8081

Needs PHP 7.2 - using PHP 7.3 provides increased performance.