Skip to content

litphp/bolt

Repository files navigation

Lit Bolt

The microframework of lit

Scrutinizer Code Quality Code Coverage Build Status

Quickstart

composer create-project --remove-vcs litphp/project myproject
# you will be prompt to input your project namespace, we do the replace work for you
cd myproject
php -S 127.0.0.1:3080 public/index.php

and next steps