php

How To Install and Configure Laravel with Nginx on Ubuntu 22.04 (LEMP) — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Laravel with Nginx on Ubuntu 22.04 (LEMP)

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 in the past few years, with many developers adopting it as their framework of choice for a streamlined development process.

Read more
How To Install and Get Started with Twig on a VPS — step-by-step Linux tutorial on Progressive Robot

How To Install and Get Started with Twig on a VPS

If a PHP file becomes more complex (and it will for any application), you will have a big problem with managing the layout of your site. If you want a designer to work with it, this designer will have to search into this file which is what we want to prevent. So the solution is the separation of the presentation (layout) from the logic (programming) and the best way to do it is by using a template engine such as Twig.

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

How To Install and Use Composer on Ubuntu 22.04

Composer is a popular dependency management tool for PHP, created mainly 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 Linux, Apache, MariaDB, PHP (LAMP) stack on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Apache, MariaDB, PHP (LAMP) stack on Debian 9

A “LAMP” stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This stack typically consists of the Linux operating system, the Apache web server, a MariaDB database, and PHP, a dynamic content processor. This tutorial serves as a guide for installing these components on a Debian 9 server.

Read more
CHAT