PHP Frameworks

What is Laravel? — step-by-step Programming tutorial on Progressive Robot

What is Laravel?

Laravel is a free and open-source PHP framework that provides a set of tools and resources to build modern PHP applications. With a complete ecosystem leveraging its built-in features, and a variety of compatible packages and extensions, Laravel has seen its popularity grow rapidly in the past few years, with many developers adopting it as their framework of choice for a streamlined development process.

Read more
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
Установка и настройка Laravel с помощью Docker Compose в Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Установка и настройка Laravel с помощью Docker Compose в Ubuntu 20.04

Контейнеризация приложения — это процесс адаптации приложения и его компонентов для работы в облегченных средах, называемых контейнерами. Это изолируемые одноразовые среды, которые используются для разработки, тестирования и…

Read more
CHAT