php

How To Install and Use Composer on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Composer on Ubuntu 14.04

Composer is a popular dependency management tool for PHP, created to facilitate installation and update of project dependencies. It will check which other packages a specific project depends on and install them for you, using the appropriate versions according to the project requirements.

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
How To Install and Secure phpMyAdmin on Debian 7 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure phpMyAdmin on Debian 7

This tutorial covers installing phpMyAdmin on a LAMP stack. Additionally it includes the steps on how to secure it with the .htaccess file. phpMyAdmin is a free web software to work with MySQL on the web, providing a convenient visual front end to the MySQL capabilities.

Read more
CHAT