bo3bdo Blog

bo3bdo Blog - A Blog Made For bo3bdo

Welcome to my blog. Short posts with 🔥hot tips for a quick read.
List Of Tags
Html - browser - Laravel - PowerShell - Ubuntu - Git - Apache - PHP - MySQL
image

Laragon

Published 10 months ago 2 Min Read 478 comments
I was using Xampp for local development until about a year ago when I found Laragon & I haven't looked back since. This is seriously the most powerful local development tool I have in my entire "developer toolkit". I started working for a new company about 2 months ago & their entire team was using various setups for local dev and were always encountering problems. Setting up a new project locally was always a nightmare for them due to mysql version conflicts, having to change php versions, etc. When I introduced Laragon to them, they were amazed at how easy it was to install, maintain and how flexible it was to update/switch their dependencies. My manager told me that since the team has started using Laragon for local dev, project setup time has gone down from an average of 6 HOURS, to less than 30 mins. AMAZING.
Read more →
image

Install Laravel Valet Linux+ development environment on Ubuntu System

Published 10 months ago 5 Min Read 120 comments
The official Laravel Valet development environment is great if you are an Apple user. But there is no official Valet for Linux or Window system. But we have two different versions of the Valet for Linux system created by the community. These are: cpriego/valet-linux (Valet Linux) genesisweb/valet-linux-plus (Valet Linux+) If we compare both, Valet Linux+ has more features. For example, it provides MySQL database handling from command-line, MailHog, Redis, Sharing Sites on LAN, Securing Sites With TLS (HTTPS), etc. So, In this article, I will show you how to install valet-linux-plus in your Ubuntu system. Requirements
Read more →
image

How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 22.04

Published 10 months ago 31 Min Read 114 comments
Introduction A “LAMP” stack is a group of open source software that is typically installed together in order to enable a server to host dynamic websites and web apps written in PHP. This term is an acronym which represents the Linux operating system with the Apache web server. The site data is stored in a MySQL database, and dynamic content is processed by PHP. In this guide, you’ll set up a LAMP stack on an Ubuntu 22.04 server.
Read more →