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
- Host: GitHub
- URL: https://github.com/namelesscoder/fluid-3-demo
- Owner: NamelessCoder
- Created: 2019-08-22T20:15:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T10:04:49.000Z (about 4 years ago)
- Last Synced: 2025-02-18T03:52:43.397Z (12 months ago)
- Language: HTML
- Size: 61.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_.