Tag: Laravel
-

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

The Web Developer Job Market in 2025: A UK Overview
—
by
The job market for web developers in 2025 presents both opportunities and challenges. If you work in web development, or plan to enter the field, it is worth understanding what is driving demand, how pay is evolving, and what employers are now looking for. The picture is complex but not bleak, particularly for those who…
-

Mental Health in Web Development: Navigating Remote Work and Office Life
Working in web development can be an exciting career. We get to solve problems, build products that people actually use, and learn new skills almost daily. But the nature of the job also comes with challenges that can quietly chip away at mental health if they are not recognised and managed. Over the past few…
-

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

Consuming External APIs in Laravel – A Practical Guide
IntroductionLaravel isn’t just great at serving APIs – it’s also excellent at consuming external APIs. Whether you’re integrating a payment gateway, weather service, or AI API, Laravel provides tools like the HTTP client (powered by Guzzle) to make API calls seamless. 1. The HTTP Client in Laravel Laravel’s wrapper around Guzzle simplifies external API requests:…
-

Building APIs with Laravel – From Controllers to JSON Resources
IntroductionAPIs are the backbone of modern applications, powering SPAs, mobile apps, and integrations with external services. Laravel is not just a great web framework – it’s also one of the most developer-friendly ways to build APIs. In this post, we’ll walk through how Laravel handles API development, from setting up routes and controllers to using…
-

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