How to Install PHP 8 on AWS EC2 instance
PHP8 officially launched on Nov 26, 2020. In this article, I will show you how you can install PHP8 on AWS EC2. To do this, first set up an EC2 instance using the following article of mine. While choosing the AMI type, select Ubuntu 20. Next update the apt using the following command. When your …