XAMPP multiple PHP versions

Run Multiple PHP Versions in XAMPP

If you’re reading this it means you already know what XAMPP is and how to use it. You also know that there isn’t an out-of-the-box feature in XAMPP that allows you to switch between...

vs code confirm before quit

VS Code Confirm Before Quit

The desktop version of VS Code has a new feature that pops a confirmation dialog before quitting the app. This feature however has been available for VS Code for Web for some time, so...

single action controller

Single Action Controller in Laravel

In this post, we’re going to find out what is a Single Action Controller, how to create one, and what are the pros and cons of using it. Let’s dive in!     What...

Laravel Use UUID in Eloquent Models

Laravel Use UUID in Eloquent Models

Let’s find out how to set up Eloquent Models to use UUIDs are Primary Key in a MySQL database, instead of auto-incrementing integers. I won’t go into depth about the pros and cons of...