How to clear PHP composer cache or delete its folder?

Clearing the PHP Composer cache

While working with PHP Composer, are you facing slow performance then to improve it and the efficiency of managing dependencies try to clear the cache of Composer for your Project. Well, those are not familiar but reading this article then it is a dependency manager …

Read more

How to remove a package from PHP composer?

remove php composer installed package

PHP Composer is a package manager designed to install the libraries or dependencies required by a PHP application or project. It is created for helping PHP developers to streamline their work on complex projects by simplifying the management of external libraries and packages. Further, they …

Read more

How to install PHP Imagemagick on Ubuntu 22.04

Install Imagick PHP extension in Ubuntu 22.04 Server

Are you a web developer looking for ways to enhance your PHP scripts with image manipulation capabilities? If so, then the Imagick PHP module is likely one of the tools you should add to your arsenal. As an open-source imaging library, it provides unprecedented support …

Read more

How to install php 7.4 on Amazon linux 2

How to install PHP 7.4 on Amazon Linux 2

Execute the command in this tutorial to install the PHP 7.4 version on Amazon Linux 2 for your web applications that don’t support the latest version of PHP. Amazon Linux 2 is the current long-term supported and RPM-based Linux offered by AWS to run on …

Read more

Install Memcached on Ubuntu 20.04 LTS Linux Server

Install Ubuntu 20.04 Memcached is working for PHP

Tutorial for learning the commands to install and configure Memcached on Ubuntu 20.04 LTS Focal Fossa to cache data for PHP or Python-based applications.  Memcached is a BSD-licensed published cache server used by many organizations and website owners to quickly retrieve data from memory. It …

Read more

How to list all the loaded extensions by PHP

List all the installed and loaded php extensions

In this tutorial, we will see how to install and check the PHP extensions loaded on Linux using a command terminal or GUI web interface. PHP is a popular computer language used by thousands of web servers to run various web applications. It is an …

Read more

How to Install LAMP on Rocky Linux 8 Server

Install LAMP on Rocky Linux 8 Server min

LAMP is a stack of software- Apache, MySQL, and PHP installed on Linux operating systems such as Rocky Linux 8 server, AlmaLinux, CentOS, Ubuntu, etc. To run a website on any server we need to install a web server platform such as Apache or Nginx. …

Read more