Skip to content

PeerFinder/peerfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PeerFinder Web Application

Installation

  1. Clone Git Repository
  2. Install php dependencies: composer install --dev
  3. Install js dependencies: npm install

Testing

For code coverage add this to php.ini:

[XDebug]
xdebug.mode = coverage

Find the current php.ini:

php -r "phpinfo();" | grep "php.ini"

Install XDebug with "pecl install xdebug". If it fails, run "brew upgrade" and remove shown directories manually.

Installing Imagick on Mac

brew install imagemagick
brew install pcre2

sudo ln -s /opt/homebrew/include/pcre2.h /usr/local/include/
pecl install imagick
valet restart

Icons used in the project

About

PeerFinder Server Application

Resources

Stars

Watchers

Forks

Packages

No packages published