php

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
How to Install and Use Composer on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How to Install and Use Composer on Debian 11

Composer is a popular dependency management tool for PHP, created mainly to facilitate installation and updates for project dependencies. In this guide, we’ll see how to install and use Composer on a Debian 11 server.

Read more
Установка комплекта Linux, Apache, MariaDB, PHP (LAMP) в CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Установка комплекта Linux, Apache, MariaDB, PHP (LAMP) в CentOS 8

Комплект LAMP — это набор программного обеспечения с открытым исходным кодом, которое обычно устанавливается в комплексе для размещения на сервере динамических сайтов и веб-приложений, написанных на PHP. Этот термин представляет собой аббревиатуру. Операционная система Linux…

Read more
How To Use Functions in PHP — step-by-step Programming tutorial on Progressive Robot

How To Use Functions in PHP

When you find yourself copying and pasting blocks of code to reuse in different sections of your program, you’re ready to write a function. In this tutorial, you will work with all the different pieces of a function: user-defined functions, arguments, parameters, default values, and passing by reference. We’ll discuss scope, which lets you manipulate the specific section of your code that needs to change. Finally we’ll take a look at the various built-in functions provided by PHP.

Read more
CHAT