Skip to content

PHPFreaks/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Site

PHPFreaks Main Site

Setup

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

Make sure you have installed [Composer][]. [Composer]: http://getcomposer.org

  • A side note, if you get failures or script errors, change your php.ini for cli timeout to be > 300 seconds

    cd phpfsite composer install

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. [PSR-0]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •