Browsing tag

php

How to Install Laravel on Debian 11 / Debian 10

Laravel is an open-source web application framework with expressive, elegant syntax. It is one of the most popular PHP frameworks in the world, and it’s great for developers looking to build modern web applications. But setting up a development environment can be frustrating to newcomers. Thankfully, once you understand the basics of the installation process, […]

How To Install Nginx, MariaDB, PHP (LEMP Stack) on Debian 11

The LEMP stack, which stands for Linux (the operating system), Nginx (the webserver), MariaDB/MySQL (the database), and PHP (the programming language), is the perfect platform to host traffic-intensive dynamic websites and applications. In this post, we will see how to Install LEMP Stack on Debian 11. Prerequisites To install the LEMP stack on Debian 11, […]

How To Install Apache, MariaDB, PHP (LAMP Stack) on Debian 11

LAMP Stack stands for Linux, Apache, MariaDB, and PHP stack. This stack is used by most web hosting companies to host websites, blogs and is also used in web developments. Due to free and open-source licensing, this stack is the best alternative to expensive stacks. Install LAMP Stack Install Linux Follow the Step by Step […]

How To Install PHP 8.0 on Debian 11

PHP is an open-source, general-purpose scripting language that is especially suited to web development but has also been used as a general-purpose programming language. Rasmus Lerdorf created it in 1994, then just “Personal Home Page/Forms Interpreter” and came from the merger of two similar server scripting languages: – PHP/FI (Forms Interpreter) and – PHP/quick. In […]

How To Install PHP 8.1 on Ubuntu 20.04 / Ubuntu 18.04

PHP is an open-source programming language widely used for web development to create dynamic websites such as E-commerce sites, Blogs, Internet Forums, etc. Here, we will see how to install PHP 8.1 on Ubuntu 20.04 / Ubuntu 18.04. Add PHP Repository Ondřej Surý, a third-party repository, offers PHP 8.1 for Ubuntu operating system. Update the […]