This repository holds the skeleton for a full project based on Flint, an extension to Silex that adds functionality and gives some declarative and conventional structure to an otherwise amazing library.
Until we get Statis up and running for our own private Composer repository, you'll have to follow these steps:
- Clone this repository:
git clone git@github.com:studionone/flint-skeleton.git <target-folder>
- Install the dependencies:
cd <target-folder> && composer install
- Verify the installation is working:
php -S localhost:8080 ./web/index.php
- Open your browser to http://localhost:8080/ and you should see Flint working
Flint and Flint Skeleton are owned by Studio None, and released under an MIT license