/blog-1

demo for using Router, ActiveRecord and Microtpl

Primary LanguageHTML

BLOG

Build Status Coverage Status

demo for using Router, ActiveRecord and MicroTpl.

Install

git clone https://github.com/bephp/blog
composer update
php -S 0.0.0.0:9999 index.php

Then can open url: http://127.0.0.1:9999/install in you browser to init database. it will auto redirect to posts list page.

have fun!!!