An open API service indexing awesome lists of open source software.

https://github.com/namelesscoder/fluid-3-demo

Demonstration and documentation of Fluid 3.0 features
https://github.com/namelesscoder/fluid-3-demo

Last synced: 12 months ago
JSON representation

Demonstration and documentation of Fluid 3.0 features

Awesome Lists containing this project

README

          

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