Showing posts in Arch Linux
post image

Install Apache, PHP and MySQL on Arch Linux

2023-05-30 Arch Linux

Arch Linux is an excellent operating system for developing web applications. If you are a developer or need to configure a project developed in PHP with Apache and MySQL, this article will guide you step by step to configure the necessary packages for this...

by Darío Rivera


post image

Install PHP extensions for Laravel 8 on Arch Linux

2023-05-30 Arch Linux

In our previous post we saw how install PHP extensions in Arch Linux. In today's post we will install all those extensions required in Laravel 8. For the purposes of this post we will assume that you have the latest version of Arch Linux and that you previ...

by Darío Rivera


post image

Install PHP extensions in Arch Linux

2023-05-30 Arch Linux

In Arch Linux it is relatively easy to install PHP extensions. The first thing you should consider is the name of the extension you are going to install, for example intl. The easiest way to install this extension is to run the following command. sudo pacm...

by Darío Rivera