This project is a reference implementation of a symfony's demo application for Flange. It is not intended to be used in production, but as a good starting point to get started with Flange.
You can also learn extensively about the Flange framework from the official Flange Documentation page.
- PHP 8.0.5 or higher
- PDO-SQLite PHP extension enabled
- Composer installed
- and other requirements listed in composer.json file
- Clone this repository or download the archive from GitHub.
- Run
composer update
as default packages may not be compatible with your PHP version. - Run
./flange serve
(on Windowsflange serve
). The application will be started on http://localhost:8000/.
Want to see this blog in action, check out https://flange-blog-demo.up.railway.app. Deployed on Railway.
The project comes with ready to use PhpUnit configuration. In order to execute tests run:
composer test
Kindly consider supporting this project and future development by donating to us. See https://buirad.com/sponsor for list of ways to contribute.
The Flange Demo Project is released under the terms of the MIT License. Please see the LICENSE
for more information.
This project is primarily maintained by [Divine Niiquaye Ibok][@divineniiquaye]. Contributions on this project are welcome.