Installing
-
2. Installing LAMP
Now to Install Apache, MySQL & PHP 7.x
Simply play:sudo pacman -Sy apache mariadb mariadb-clients libmariadbclient php php-apache
-
3. Installing PHP Extensions
Again to Install PHP Modules
Search for the available PHP Extensions running:pacman -Ss search php | grep module
Then use the usual Syntax to Setup:
sudo pacman -Sy php-gd
Contents