php

How To Install an Apache, MySQL, and PHP (FAMP) Stack on FreeBSD 12.0 — step-by-step Linux tutorial on Progressive Robot

How To Install an Apache, MySQL, and PHP (FAMP) Stack on FreeBSD 12.0

A FAMP stack, which is similar to a LAMP stack on Linux, is a group of open source software that is typically installed together to enable a FreeBSD server to host dynamic websites and web apps. FAMP is an acronym that stands for FreeBSD (operating system), Apache (web server), MySQL (database server), and PHP (to process dynamic PHP content).

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

How To Install and Use Composer on Ubuntu 16.04

Composer is a popular dependency management tool for PHP, created to facilitate installation and updates for 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
CHAT