-
Published Tutorial
phpMyAdmin was created so that users can interact with MySQL through an intuitive web interface, running alongside a PHP development environment. In this guide, we'll discuss how to install phpMyAdmin on top of an Ngi...
•
By
Erika Heidi
PHP
MySQL
LEMP
Ubuntu 18.04
-
So far, we’ve seen how to set up the MySQL database tables using migrations, how to create an Eloquent model to interact with the links table, and how to create Artisan commands to manage links in the database. We’ll ...
•
By
Erika Heidi
Laravel
PHP
CSS
-
If you followed along with this series so far, your database tables should be all set by now. However, you still need to implement a way to let users insert new entries in the links table. In this guide, we'll create ...
•
By
Erika Heidi
Laravel
PHP
PHP Frameworks
Databases
-
Eloquent is an object relational mapper (ORM) included by default within Laravel applications. It facilitates the task of interacting with database tables, providing an object-oriented approach to inserting, updating,...
•
By
Erika Heidi
Laravel
PHP
PHP Frameworks
Databases
-
In this guide, you'll create a database migration to set up the table where you'll save the application links. In order to do that, you'll use the Artisan (https://laravel.com/docs/8.x/artisan) command-line tool tha...
•
By
Erika Heidi
Laravel
PHP
Databases
PHP Frameworks
-
In this guide, which is part of the series on How To Create a Links Landing Page in PHP with Laravel and Docker Compose, we'll create a containerized developer environment to run Laravel and start building our applica...
•
By
Erika Heidi
Docker
PHP
Laravel
-
Published Tutorial series
Laravel (https://laravel.com) is an open-source PHP framework that provides a set of tools and resources to build modern PHP applications. In this project-based tutorial series, you'll build a Links Landing Page appli...
•
By
Erika Heidi
Docker
PHP
Laravel
Databases
PHP Frameworks
CSS
-
Published Meetup kit
This workshop kit is designed to help a technical audience become familiar with Docker Compose and how to set up a working development environment for a demo Laravel application using containers. The aim is to provide...
•
By
Erika Heidi
Docker
PHP
Laravel
Container
Meetup Kits
-
Published Tutorial
Docker Compose is a tool that allows you to run multi-container application environments based on definitions set in a YAML file. It uses service definitions to build fully customizable environments with multiple cont...
•
By
Erika Heidi
Docker
Ubuntu
Ubuntu 20.04
-
Published Tech talk
How to define and integrate services, share files between containers, and manage your environment with Docker Compose commands.
•
By
Erika Heidi
Tech Talks
PHP
Docker
deploy 2020
-
Ansible is a modern configuration management tool that facilitates the task of setting up and maintaining remote servers. With a minimalist design intended to get users up and running quickly, it allows you to control...
•
By
Erika Heidi
Ansible
Configuration Management
Automated Setups
-
Published Tutorial
Let's Encrypt is a Certificate Authority (CA) that provides an easy way to obtain and install free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. In this tutorial, you will use Certbot to obtai...
•
By
Kathleen Juell, Mark Drake, Erika Heidi
Let's Encrypt
Apache
Security
Debian 10
-
With Ansible, you can use ad hoc commands to execute one instruction at a time on one or more remote servers. They are ideal to perform tasks that aren't executed frequently, and to consult information about the remot...
•
By
Erika Heidi
Ansible
Configuration Management
-
Published Tutorial
Let's Encrypt is a Certificate Authority (CA) that provides an easy way to obtain and install free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. In this tutorial, you will use Certbot to obtai...
•
By
Kathleen Juell, Erika Heidi
Apache
Let's Encrypt
Security
Ubuntu 18.04
-
Published Tech talk
Como criar um ambiente de desenvolvimento com o Docker Compose, usando uma aplicação Laravel como caso de estudo.
•
By
Erika Heidi
Tech Talks
PHP
Docker
-
In this guide, we'll demonstrate how to create Ansible inventory files and organize servers into groups and subgroups, how to set up host variables, and how to use patterns to control the execution of Ansible commands...
•
By
Erika Heidi
Ansible
Configuration Management
-
Published Tutorial
In this quickstart guide, we’ll install Docker Compose on an Ubuntu 20.04 server.
•
By
Erika Heidi
Docker
Container
Quickstart
-
Published Tutorial
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 disp...
•
By
Erika Heidi
Laravel
Docker
LEMP
Container
PHP Frameworks
PHP
Ubuntu
Ubuntu 20.04
-
Published Tutorial
Laravel is an 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, Laravel's popularity has grown rapidly i...
•
By
Erika Heidi
PHP
PHP Frameworks
Ubuntu
Ubuntu 20.04
Nginx
LEMP
Laravel
-
Published Tutorial
In this quickstart guide, we’ll install Composer on an Ubuntu 20.04 server.
•
By
Erika Heidi
PHP
Ubuntu
Ubuntu 20.04
Quickstart