Category

technology

Technology

How to deploy a Laravel application on a cPanel powered server

How to deploy a Laravel application on a cPanel powered server

We love Laravel. But when it comes to deploying our app on shared hosted server powered by cPanel, it can be a little confusing. I've been searching the web for a solution that has these characteristics: (1) Allowed me to clone my repo from remote source control (2) Allowed me to pull changes without redeploying my app (3) Was clean. I didn't find it right away, so I am bringing it to you.

Comment installer, configurer et déployer une application Laravel avec Nginx sur Ubuntu 22.04 (LEMP)

Comment installer, configurer et déployer une application Laravel avec Nginx sur Ubuntu 22.04 (LEMP)

Laravel est un framework PHP open source qui fournit un ensemble d'outils et de fonctionnalités pour créer des applications PHP modernes. Avec un écosystème complet tirant parti de ses fonctionnalités intégrées, la popularité de Laravel a augmenté rapidement au cours des dernières années, de nombreux développeurs l'adoptant comme leur framework de choix pour un processus de développement rationalisé. Dans ce guide, vous allez installer et configurer une nouvelle application Laravel sur un serveur Ubuntu 22.04, en utilisant Composer pour télécharger et gérer les dépendances et Nginx pour servir l'application. Lorsque vous aurez terminé, vous aurez une application de démonstration Laravel fonctionnelle qui puise le contenu d'une base de données MySQL 8.