flintdocs

Table of Contents


Installation

You can install the project with the following command:

composer create-project imransmartins/my-flint my-custom-app

Requirements

There are no specific requirements for this framework. You can even change the PHP version in composer.json according to your requirements.

Note: Be very careful because features may change in different versions. You just need to check the installed packages’ requirements for using this framework.


Server

We have provided our own server to run the application. On the command prompt, type:

php server.php

And run your application server.