Category: Packages
-

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…
-

Exploring New Laravel Packages to Supercharge Your Workflow
Laravel’s ecosystem continues to expand with tools that help developers streamline their workflows, enforce best practices, and improve application reliability. Recently, several new packages have been released by me that deserve attention. These tools cover everything from enum generation to service layer scaffolding, logging, and application health monitoring. Let us take a closer look at…
-

Why Laravel Stands Out Among PHP Frameworks
—
by
IntroductionWhen it comes to PHP frameworks, developers have plenty of choices: Symfony, CodeIgniter, Zend, Yii, and more. However, Laravel consistently ranks as the most popular framework in the PHP ecosystem. But what makes it stand out? In this post, we’ll break down the key benefits of Laravel and why it’s often the preferred choice for…
-

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.…
-

New Poll: What Laravel Package Would Be Most Beneficial?
Hi Everyone, I’ve just launched a brand-new poll on BuyMeACoffee, and I’d love to get your input:Vote here This poll is aimed at figuring out which Laravel package would bring the most value – whether you’re a developer, product manager, or business owner. Your votes (and comments!) will help guide what gets built next. The…
-

New Packages
Over the past couple of weeks, I’ve been busy working and publishing on a few new Laravel packages, which can be found here and here. There first being a logger package, and the second being one to stop destructive commands. The logger package has a migration and a model that would save logs to the…
