Install Laravel on Ubuntu 16.04 with Apache

Install-laravel-6-on-Ubuntu-16.04

In this tutorial, we will explain how to install and run the latest stable version of the Laravel 6.0 PHP Framework on Ubuntu 16.04 LTS (Long Term Support) with Apache2 and PHP 7.4 support. Laravel is a lightweight and flexible open-source PHP framework solution with an MVC (Model-View-Controller) design structure. Laravel certainly focuses on building … Read more

413 request entity too large error solution

413 request entity too large

I am personally using Nginx as my primary web server with PHP-FPM but also having some setups with Nginx as a proxy to Apache Server. Many times, when I try to upload a file or made a large HTTP request, Nginx gives the error 413 request entity too large. That’s why I thought this issue … Read more

How To Install PHP in Ubuntu 18.04 LTS

install-php-7.4-ubuntu-server

Current Stable Release of PHP is 7.4.1 released on 18 December 2019. In this article, we learn how to install the latest PHP 7.4 in Ubuntu Server. PHP 7.4.1 is available for production environments and you can install it via the Ondrej PPA repository. However, you can install the older versions of PHP using this … Read more

Install Laravel on Ubuntu 20.04 LTS with Apache2 and PHP 7.4

install-laravel-6-in-ubuntu-20.04-lts-server

Laravel is a very popular open-source PHP framework aimed at the easy development of applications. If you are looking for a new PHP framework to try, you should give Laravel a try. In this article, you will find the detailed steps to Install the Latest stable Laravel on Ubuntu 20.04 LTS Server with Apache webserver. … Read more

Fixed: Nginx showing blank PHP pages with FastCGI or PHP-FPM

Nginx-showing-blank-PHP-pages-banner

Every time when I configure a new Website or blog with Nginx and PHP-FPM, I missed this setting and then spend a lot of time searching for this issue on google. And every time I found the same issue which I will cover in this article. Before applying this fix you should check your access … Read more

How To Install PHP 7.3 on CentOS 8

php7.3-on-centos-8-banner

In this tutorial, we learn how to install the latest PHP 7.3 in CentOS 8. PHP 7.3.10 is the current stable release of PHP released on 26 Step 2019. CentOS 8 was released on 24 Sept 2019. By default CentOS 8 provides PHP version 7.2 in its official repository. You can read the new features and bug fixes … Read more