Skip to content

Boilerplate PHP setup with custom Router and Database classes, and a simple template system to drop into the start of website project

License

Notifications You must be signed in to change notification settings

lazybearcreations/lazybear-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=====================

Lazybear Boilerplate is a PHP Boilerplate using Bootstrap. It is designed to facilitate starting a basic website project faster and easier.

Quick start

Grab the zip from Github and upload them to your server.
Open up index.php and update your settings

index.php

The index.php in the public_html folder is the central control, all requests are routed through index.php.

Router

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.

Database

The Database class handles your database requests.

About

Boilerplate PHP setup with custom Router and Database classes, and a simple template system to drop into the start of website project

Resources

License

Stars

Watchers

Forks

Packages

No packages published