Securing the traffic to and from your site is essential in any modern website or web application.An SSL certificate adds this security and Let’s Encrypt can issue a certificate for your site. Check out Let's Encrypt Documentation Install The Lego Client We’re going to use the Lego Client to help us with the generation of…
Year: 2020
How to Install Laravel on AWS Ec2 Linux
Laravel is a great framework for PHP. We use it for a broad range of web applications.Follow our quick guide to get Laravel set up on your AWS Ec2 Linux instance. Check out Laravel's Documentation Install Laravel We’re going to use Git and Composer to do the heavy lifting for us. Git If you do…
How to Install PHP 7.3 on AWS Ec2 Linux
Getting you Ec2 Instance set-up correctly from the outset saves you hours of keyboard smashing!PHP has been evolving rapidly lately, the current iteration is 7.4 and version 8 is not too far away.One of the challenges with these welcomed updates, is trying to keep up with them! Check out the latest PHP Releases How to…