/sampleblog

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

Primary LanguagePHP

sampleblog

Setup

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