Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 553 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 553 Bytes

project

This repository contains project files for my PHP framework.

Requirements:

To use this,

  • Clone the repository
  • Run composer install
  • To use a database, set up the database and execute vendor/mschurr/framework/src/schema.sql
  • Place the configuration information in config-template.php and rename the file to config.php
  • Run the development server for testing php -S localhost:80 server.php
  • Deploy using HipHop ./hhvm.sh or any PHP-enabled web stack