Category: Commands
-

A Collection of Laravel Packages I’ve Built to Solve Real Problems
Over time, I’ve found myself solving the same problems across different Laravel projects. Rather than re-implementing the same solutions again and again, I started extracting them into small, focused packages that are easy to drop into any application. Below is an overview of the Laravel packages I’ve built so far, what they do, and the…
-

Crafting Code and Christmas Cheer: A Web Developer’s End-of-Year Note
—
by
As the year winds down and Christmas makes everything feel a little softer and brighter, most web developers are trying to wrap things up before the holidays begin. There is always one more feature to finish, one more tiny bug to chase and one more release that really ought to go out before everyone disappears…
-

New Laravel Packages for Versions 10, 11, and 12
—
by
With the release and adoption of Laravel 10, 11, and 12, developers are seeing fresh tools emerge that streamline workflow and improve application reliability. There are three new packages I’ve created that are worth highlighting for anyone building modern Laravel apps: GuestToUserHelper, and HealthStatus. Let’s explore how each one can supercharge your next project. 1.…
-

The Importance of Stopping Destructive Commands
One of the main differences between a local environment and a production one, is the ability to run the majority, if not all, of the Artisan commands via the terminal. However, you might not want to allow this to happen in a production environment. One of the easiest ways to stop this would be to…
