paulchan / sampleblog

Sample project to demo bootstrapping a PHP app from scratch using Composer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sampleblog

Setup

  1. composer install
  2. create a database called blog - import the SQL schema.
  3. Run test:
cd tests
phpunit

About

Sample project to demo bootstrapping a PHP app from scratch using Composer.