安装 Valet
brew install php@7.4brew install mariadbbrew updatecomposer global require laravel/valetvi ~/.bash_profilesource ~/.bash_profilevalet install(之后输入电脑密码)valet links
安装 Redis
brew install redis
安装 Redis 扩展
pecl install redis
brew install php@7.4brew install mariadbbrew updatecomposer global require laravel/valetvi ~/.bash_profilesource ~/.bash_profilevalet install (之后输入电脑密码)valet linksbrew install redis
pecl install redis