PHP Deprecated issue when running artisan command
PHP Snippet 1:
sites:
- map: your-site.local
to: /home/vagrant/your-site/public
php: "7.4"
PHP Snippet 2:
copy index.php for backup (store it aside)
PHP Snippet 3:
<?php
phpinfo();
?>
PHP Snippet 4:
brew services stop [email protected]
PHP Snippet 5:
brew services start [email protected]