Server Requirements
To meet the minimal requirements for an application to execute, the following features must be available on the device..
Make sure you don'tmiss a single step.
Verify PHP version
PHP v7.4 or a more recent version is needed.
php --version
If it is not installed then make sure that you install it first.
PHP Extensions
The following PHP extensions need to be enabled on your server.
intl extension
mbstring extension
php-json extension
php-mysqlnd extension
php-xml extension
You can check whether the above extension is installed or not, Open the terminal or command prompt and type the php -m command.