MacOS requirements
1. Install Brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"2. Install dependencies
brew install zlib \
bzip2 \
libiconv \
libzip \
libsodium \
curl \
libpng \
gd \
freetype \
oniguruma \
icu4c \
libxml2 \
[email protected]brew install php \
autoconf \
pkg-config \
gd3. Install Docker for Mac
3.1 Increase available resources for Docker
4. Install PHPBrew
5. Prepare the environment
6. Start your application
Last updated