Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 477 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 477 Bytes

Zilex

Z Framework Silex implementation

Installation

Download the zip file and unzip it into you apache root folder (ie. C:/wamp/www/zilex).

Take care about RewriteBase in your .htaccess and change it depending of your installation folder.

Install and run composer

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install

Go to your favorite web browser, open the Zilex url (ie. http://localhost/zilex) and follow the instructions.