- Clone Git Repository
- Install php dependencies: composer install --dev
- Install js dependencies: npm install
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.
brew install imagemagick brew install pcre2 sudo ln -s /opt/homebrew/include/pcre2.h /usr/local/include/ pecl install imagick valet restart