If you run a command within one of your Laravel projects and receive an error about a missing dependency, follow these steps to make sure your server has all the necessary dependencies:
First, run php --version to determine if your server is running php 8.0.x or 8.1.x.
Hi all,
If you run a command within one of your Laravel projects and receive an error about a missing dependency, follow these steps to make sure your server has all the necessary dependencies:
First, run
php --version
to determine if your server is running php 8.0.x or 8.1.x.If 8.0.x then run this command:
If 8.1.x then run this command:
Related: #56, #55