Skip to content

ground-creative/fluidphp

Repository files navigation

FluidPhp Open Source Project

A powerfull framework based on the phptoolcase library.

FluidPhp is a framework based on the PhpToolCase library, visit phptoolcase.com for complete guides and examples.

Project Info

Project Home

http://phptoolcase.com

Requirements

php version 5.4+

INSTALLATION

Method 1

Use composer to install the framework

composer create-project fluidphp/fluidphp {foldername}

Method 2

Download the source code and run composer directly with the following command

composer install
  • Rename env.sample file and change the variables as needed

Framework Helpers