PHPFreaks / site

PHPFreaks Main Site
http://www.phpfreaks.com
MIT License
1 stars 1 forks source link

Site

PHPFreaks Main Site

Setup

git clone git@github.com:PHPFreaks/site.git phpfsite

Make sure you have installed Composer.

This should checkout all the libraries, build you a vendor directory and handle autoloader.

Point a vhost to phpfsite/public

If all goes well, you should be able to get a response from:

yourvhost.domain.tld/hello/world

Coding Standards

Please use the [PSR-2][] coding standards / style for changes to the code.