Problem
This problem can occur while creating Laravel project via composer and the system is missing the PHP extensions.
In order to resolve this, you need to install missing extensions, you can run the following command to resolve this issue.
Comments
sudo apt install openssl php-common php-curl php-json php-mbstring php-mysql php-xml php-zip
Once you run the command, the issue will be gone.