Category: Github
-

Building a CRM/ERP with Laravel and Vue
Over the past few weeks, I have been working on a project that I wanted to share. It is a CRM/ERP built with Laravel on the backend and Vue on the frontend. The goal was to create something lightweight, practical, and easy to use for managing customers, deals, and internal processes. The idea started simple.…
-

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

From Code to Craft: The Art of Modern Web Development
—
by
In the ever-evolving landscape of web development, the line between engineer and artist continues to blur. We’re no longer just building pages, we’re crafting immersive experiences, defining how people interact with the digital world. Whether you’re a seasoned developer or a curious newcomer, here’s a reflection on the current state of web development, and why…
-

Laravel 12
Laravel 12, released on February 24, 2025, continues the framework’s tradition of enhancing developer productivity and application performance. Building upon the robust foundation of Laravel 11, this latest version introduces several noteworthy updates and refinements. Key Updates in Laravel 12 1. Enhanced Performance and Scalability Laravel 12 introduces asynchronous caching mechanisms, allowing cache operations to…
-

Supporting Developers with GitHub Sponsors and Buy Me a Coffee
In today’s digital landscape, open-source developers, content creators, and indie programmers invest countless hours building and maintaining projects that benefit the community. However, sustaining these efforts often requires financial support. Two popular platforms, GitHub Sponsors and Buy Me a Coffee, provide easy ways for users to support their favorite developers. Let’s explore how these platforms…
