brew tap kabel/php-ext

This commit is contained in:
synox 2019-03-11 01:13:44 +07:00
parent 32edf54eda
commit d1a3ec0cce

View file

@ -63,7 +63,8 @@ Install php dependecies:
ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL);
## Testing on MacOs
* brew install php
* brew install php
* brew tap kabel/php-ext
* brew install kabel/php-ext/php-imap
* php -S localhost:8000 -t src