Articles

We publish articles on a number of topics on our free time. Articles are written in english and french. It is our way of giving back to the community. Enjoy!

What are the options for website hosting in 2023

If you are planning on having a website, be it personal blog, company or business website, sooner or later you will face the challenge of finding the web hosting provider for your website. Here are the options that are available to you

devops

guide hosting

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.

technology

guide

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.

technology

computers web hosting linux php