🌱 Installing PHP
Install php 7
brew install php7
brew install php composer
Unlinking php 8 (installed via brew install php) https://developerjack.com/blog/2015/installing-php7-with-homebrew/
In your php project
php artisan migrate
php artisan serve