Como Usar o Tipo de Dados MySQL BLOB para Armazenar Imagens com PHP no Ubuntu 18.04
O autor selecionou Girls Who Code para receber uma doação como parte do programa Write for DOnations. Um Binary Large Object (BLOB) é…
O autor selecionou Girls Who Code para receber uma doação como parte do programa Write for DOnations. Um Binary Large Object (BLOB) é…
One of the most common steps to take when setting up a new server is to install a LAMP stack. LAMP stands for Linux, Apache, MySQL, and PHP. These individual components, when used together, allow us to host dynamic web content like websites and web apps on our server. We will demonstrate how to install these pieces and configure a basic setup for Ubuntu 14.04 in this guide.
Une pile “LAMP” est un groupe de logiciels open-source qui est généralement installé ensemble pour permettre à un serveur d’accueillir des sites web dynamiques et des applications web écrits en PHP. Ce terme est en fait un sigle qui représente le système d’exploitation…
En este tutorial, instalará una pila LAMP en un servidor de CentOS 8. Aunque MySQL está disponible en los repositorios predeterminados de CentOS 8, en esta guía, se mostrará el proceso de configuración de una pila LAMP con MariaDB como sistema de…
LEMP es un grupo de software que se puede utilizar para servir páginas web dinámicas y aplicaciones web. Este es un acrónimo que describe un sistema operativo Linux, con un servidor web Nginx. Los datos del backend se almacenan en la base de datos MySQL y el procesamiento…
IonCube is a PHP module extension that loads encrypted PHP files and speeds up webpages that are being displayed.
In this tutorial, you’ll install and get started with Composer on a a Debian 9 system.
Learn how to install Laravel and configure a full Docker Compose on Ubuntu, including PHP, Nginx, MySQL, and container networking.
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.
Como criar um ambiente de desenvolvimento com o Docker Compose, usando uma aplicação Laravel como caso de estudo.