PHP Frameworks

How To Deploy Laravel 7 and MySQL on Kubernetes using Helm — step-by-step Docker tutorial on Progressive Robot

How To Deploy Laravel 7 and MySQL on Kubernetes using Helm

In this guide, you will create a Laravel PHP application, build your app into a Docker image, and deploy that image to a Kubernetes cluster using the LAMP Helm chart. Next, you’ll set up an Ingress controller to add SSL and a custom domain name to your app. When completed, you will have a working Laravel application connected to a MySQL database that is running on a Kubernetes cluster.

Read more
How To Install And Start Using Sculpin — step-by-step Linux tutorial on Progressive Robot

How To Install And Start Using Sculpin

In this tutorial, we will install Sculpin on our VPS running Ubuntu 12.04 and get started using it. We will see how to start a project from scratch, how to generate the static files, and how to use its internal web server to deliver the files to the browser. Additionally, I will show you how you can get started with a pre-made blogging site built in Sculpin and add new blog posts to it.

Read more
How To Design Template Pages with Twig on a VPS — step-by-step Programming tutorial on Progressive Robot

How To Design Template Pages with Twig on a VPS

Twig is a very good alternative to the PHPTemplate way of building the presentation logic of a web application as it is represents a much cleaner templating experience. In this respect, it comes with a very easy to understand syntax and restricts you from performing dynamic PHP operations in template files.

Read more
CHAT