Laravel

How to Install and Configure Xdebug 3 for PHP 8.3 on Ubuntu 24.04 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure Laravel 11 with Nginx on Ubuntu 24.04

Laravel 11 is the latest major version of the popular PHP framework, introducing a streamlined skeleton, the new Reverb WebSocket server, and improved Eloquent features. This guide deploys a Laravel 11 application with Nginx and PHP 8.3 on Ubuntu 24.04 LTS. Tested and valid on: Ubuntu 24.04 LTS Prerequisites Ubuntu 24.04 LTS server Nginx, PHP […]

Read more
How to Configure PHP-FPM with Nginx on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure Laravel 12 with Nginx on Ubuntu 26.04

Laravel 12 is the latest major release of the popular PHP framework, featuring a streamlined directory structure, improved performance, and modern PHP 8.4 syntax support. This guide installs Laravel 12 on a LEMP stack (Linux, Nginx, MySQL, PHP 8.4) on Ubuntu 26.04 LTS. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS with […]

Read more
Creating a Laravel API — step-by-step DevOps tutorial on Progressive Robot

Creating a Laravel API

APIs make the web go round. Let’s create one from scratch using the popular PHP framework, Laravel. See the main tools required to create Laravel projects and the fastest, most efficient way to create a Laravel API.

Read more
How To Horizontally Scale a Laravel 4 App with a PostgreSQL Database — step-by-step Linux tutorial on Progressive Robot

How To Horizontally Scale a Laravel 4 App with a PostgreSQL Database

There are two methods to scaling an application, service, server, etc. The first, vertical scaling, calls for more resources to a machine. The second, horizontal scaling, calls for a separation of functionality to create a more piecemeal assembly of parts. This tutorial will show you how to horizontally scale a Laravel 4 App with a PostgreSQL database.

Read more
How To Build a Responsive About Me Page with Laravel, Sail, and Tailwind CSS — step-by-step Programming tutorial on Progressive Robot

How To Build a Responsive About Me Page with Laravel, Sail, and Tailwind CSS

Laravel Sail is a Docker development environment that is included by default within newer Laravel versions. In this guide, you’ll bootstrap a new Laravel application with Laravel Sail and create a styled “about me” landing page using Tailwind CSS, a utility-first CSS framework designed for rapidly building custom user interfaces. At the end, you’ll have a base that you can use to further develop a Laravel application using Tailwind CSS for the front end and Sail for development.

Read more
CHAT