How to Use Laravel Snappy with Laragon

laravel 8

Laravel Snappy is a PHP package for Snappy; which allow you to create PDF or image file from a URL or a HTML page. To use Laravel Snappy with Laragon, you need a specific setup for it to work.

At the time of writing, Laravel 8 is the latest version. For this tutorial, I’m using Laragon 4.0.16 with PHP v7.4.14, and Apache 2.4. Without further a due, let start this tutorial.

Continue reading “How to Use Laravel Snappy with Laragon”

How to Install LEMP Stack on Ubuntu 20.04

ubuntu focal fossa mysql 8

In this blog post, I want to share how to install LEMP stack on Ubuntu 20.04 since I already have Ubuntu 20.04 installed on my machine.

If you need a VPS hosting, I would like to suggest for you to use Upcloud VPS Hosting. You can get $25 free credit if you register from my affiliate link here.

For those who are unfamiliar with LEMP/LNMP, it is Linux, Nginx, MySQL, and PHP which is a technology stack for web development and hosting web application.

We will install Nginx web server, MySQL 8 and PHP 7.4 on Ubuntu 20.04.

Continue reading “How to Install LEMP Stack on Ubuntu 20.04”