Install MariaDB on Raspberry Pi

Install MariaDB on Raspberry Pi

MariaDB Server is a cross-platform relational database that allows to access data using SQL language. MariaDB Server is a fork of MySQL Server. This means that development of MariaDB was...
Install Composer on Raspberry Pi

Install Composer on Raspberry Pi

Composer is a dependency management tool for PHP that allows to specify libraries on which project depends on. Composer manages libraries installation and update per-project (the default) or globally. This...
Install PHP 8.3 on Raspberry Pi

Install PHP 8.3 on Raspberry Pi

PHP is a programming language that commonly used to create web applications and dynamic websites. With each release of PHP, new features and various changes are introduced. This tutorial shows...