=====================
Lazybear Boilerplate is a PHP Boilerplate using Bootstrap. It is designed to facilitate starting a basic website project faster and easier.
Grab the zip from Github and upload them to your server.
Open up index.php and update your settings
The index.php in the public_html folder is the central control, all requests are routed through index.php.
The Router class services all your requests - It tells the application where to go and fetch the file you are trying to reach on the server.
The Database class handles your database requests.