Skip to content

Latest commit

 

History

History
executable file
·
81 lines (52 loc) · 1.53 KB

README.rst

File metadata and controls

executable file
·
81 lines (52 loc) · 1.53 KB
https://poser.pugx.org/olif-fm/olif/v/stable https://poser.pugx.org/olif-fm/olif/downloads https://poser.pugx.org/olif-fm/olif/v/unstable https://poser.pugx.org/olif-fm/olif/license https://insight.sensiolabs.com/projects/6c8d26f4-8096-460b-be1a-40ca2979f166/mini.png

OLIF is a PHP framework to support developers to build fast websites

See docs Folder

Download Core:

git clone https://github.com/olif-fm/olif.git

Or a Example Project:

git clone https://github.com/olif-fm/olif-example.git
git submodule add https://github.com/olif-fm/olif olif
cd olif/

Install composer:

curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

Install composer dependencies:

composer install

Install git submodules:

./git-submodule.sh

Update git submodules:

git submodule update --init --recursive

See [LINK TO DOCS] to configure PHP settings