mmahzombo.hashnode.devStep-by-Step Guide to Deploying a Laravel App on Ubuntu Server Using NGINXHello, fellow developers! If you're looking to deploy a Laravel application on a reliable server setup, you're in the right place. Laravel is a powerful PHP framework known for its elegant syntax and robust features, making it ideal for building web ...Jan 15路6 min read
mmahzombo.hashnode.devHow to Resolve "400 Bad Request - Request Header or Cookie Too Large" in Laravel APIWhen deploying a Laravel API with a frontend like NextJS on a server like nginx, one of the most confusing errors you can encounter is: 400 Bad Request Request Header Or Cookie Too Large What makes this error frustrating is that Laravel never rece...Jan 8路4 min read
mmahzombo.hashnode.devStep-by-Step Guide to Updating PHP Version on NginxTo upgrade PHP on your Nginx server to version 8.4 or any other version (8.4 will be used in this blog), follow these steps. This assumes a Debian-based system (e.g., Ubuntu or Debian), as your CLI output indicates a Debian build. 1. Add the Ond艡ej S...Jan 5路2 min read
mmahzombo.hashnode.devWeek 1 - Intro To Websites & HTMLUnderstanding Websites: A Beginner鈥檚 Guide A website is a collection of web pages that are stored on the internet and can be accessed using a web browser (like Google Chrome, Safari, or Firefox). Websites can contain text, images, videos, and interac...Feb 18, 2025路6 min read
mmahzombo.hashnode.devLaravel Directory StructureHello 馃尭 Nice to see you again. Today we are demystifying Laravel鈥檚 directory structure, which is a lot to take in for beginners. We'll be using the journal-app we created in the last article. Let鈥檚 start by opening our Laravel app in VS Code or any ...Oct 7, 2024路10 min read