resknow/boilerplate

Boilerplate - A PHP boilerplate that takes the faff out of developing websites.

Installs: 66

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:project

4.1.2 2020-01-15 16:59 UTC

This package is auto-updated.

Last update: 2024-10-16 03:37:57 UTC


README

The Config File

Outlined below are the default values that appear on a fresh Boilerplate site. Plugins may define their own values so you will need to refer to the docs for those plugins.

Local Server

If you have PHP installed on your local machine, you can use the built-in local server to test your Boilerplate site. To do so, open your terminal and cd in to your site's directory and run php serve. Your site will now be running on localhost:8000. To stop the local server, type Ctrl + C in the terminal.