brew tap kabel/php-ext
This commit is contained in:
parent
32edf54eda
commit
d1a3ec0cce
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue