Technical Requirements
To meet the minimal requirements for an application to execute, the following features must be available on the device..
Make sure you don't miss a single requirements.
Verify PHP version
PHP v8.0 or 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.
Ctype extension
iconv extension
PCRE extension
Session extension
SimpleXML extension
Tokenizer extension
You can check whether the above extension is installed or not, Open the terminal or
command prompt and type the php -m command.