Install PHP

Install PHP

$ sudo apt install php

Check the version of PHP

$ php -v

Install PHP libraries

$ sudo apt install php7.4-curl php7.4-xml php7.4-common php7.4-json php7.4-mbstring php7.4-zip php7.4-mysql php7.4-GD php7.4-fileinfo php7.4-bz2 php7.4-intl php7.4-imagick

Install PHP modules

$ sudo apt install php-apcu redis redis-server

Last Updated on July 9, 2021 by lama-admin


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *