How to Install CakePHP Framework on Ubuntu Linux
This brief tutorial shows students and new users how to install CakePHP Framework on Ubuntu 18.04 | 16.04. For those who don’t know, CakePHP Framework is...
This brief tutorial shows students and new users how to install CakePHP Framework on Ubuntu 18.04 | 16.04. For those who don’t know, CakePHP Framework is...
A few days ago, I decided to upgrade from PHP 7.2 to PHP 7.3 and all related extensions that are installed with PHP 7.2 supporting my...
WordPress 5.0 and up comes with PHP 7.3-FPM support. If you’re running older versions of PHP-FPM, you can use the steps below to upgrade PHP to...
Almost all webmasters will want their websites and blogs to be the fastest. Making your users happy when they visit your sites should be your priority...
Have you noticed PHP-7.2 doesn’t support the mcrypt module anymore? Try installing it and you’ll get an error that the package can’t be found or there...
Some applications do not yet support PHP 7.2. If you’re currently running applications that do not fully support PHP 7.2, you should probably downgrade to a...
In many cases, you’re going to see webmasters using Apache2 or Nginx with PHP and MariaDB to create a LAMP or LEMP stack. Well, this post...
PHP-FPM (FastCGI Process Manager) is an alternative to FastCGI developed to help PHP-based websites run faster. It’s designed to speed up PHP processors and scripts. If...