php

How To Install and Set Up Laravel with Docker Compose on Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

How To Install and Set Up Laravel with Docker Compose on Ubuntu 20.04

To containerize an application refers to the process of adapting an application and its components in order to be able to run it in lightweight environments known as containers. Such environments are isolated and disposable, and can be leveraged for developing, testing, and deploying applications to production. In this guide, we’ll use Docker Compose to containerize a Laravel application for development on Ubuntu 20.04.

Read more
Como Instalar e Utilizar o Composer no Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar e Utilizar o Composer no Ubuntu 20.04

O Composer é uma ferramenta popular de gerenciamento de dependências para o PHP, criado principalmente para facilitar a instalação e a atualização das dependências do projeto. Ele verificará de quais outros pacotes um projeto específico depende e os…

Read more
How To Install Linux, Nginx, MySQL, PHP (LEMP) Stack on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Nginx, MySQL, PHP (LEMP) Stack on CentOS 8

The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications written in PHP. The name “LEMP” is an acronym that describes a Linux operating system, with an (E)Nginx web server. The backend data is stored in a MariaDB database and the dynamic processing is handled by PHP. In this guide, you’ll install a LEMP stack on a CentOS 8 server using MariaDB as the database management system.

Read more
How To Install Linux, Nginx, MySQL, PHP (LEMP stack) on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Nginx, MySQL, PHP (LEMP stack) on Ubuntu 20.04

The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications written in PHP. This is an acronym that describes a Linux operating system, with an Nginx (pronounced like “Engine-X”) web server. The backend data is stored in a MySQL database, and dynamic processing is handled by PHP.

Read more
CHAT