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
Requires
- php: ^7.1
- bramus/router: 1.4.2
- filp/whoops: 2.5
- mustangostang/spyc: 0.6.3
- resknow/boilerplate-core: ^4.1.1
- twig/twig: 2.11
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.