Skip to content

Installation

Champa edited this page Jul 16, 2017 · 5 revisions

Fasty - the fast and simple PHP framework

Installation

Installing Fasty is super easy, just follow the steps bellow

composer create-project fasty/framework project_name

Or download the latest stable release (https://github.com/FastyPHP/fasty/releases) and then run

composer install

  1. Set the web servers root directory to the /Public folder
  2. Open console/command prompt and cd into the Fasty root folder
  3. Run composer install and wait until composer finishes downloading the necessary files (if don't have composer set up, you can do so by visiting this link: https://getcomposer.org/doc/00-intro.md )
  4. Set up the config.php file to match your own settings
  5. Create something awesome!

Fasty doesn't require any console work on its own but it needs it for the initial installation

Next

Creating routes using Fasty's route engine

Clone this wiki locally