Skip to main content
WritingSpeakingCodeAboutNow
Category Archive

Articles: PHP & Laravel

Technical writings, opinionated architectures, and development guides focusing on PHP & Laravel.

Articles50
Est. Read Time408 mins
Tags118
Featured0
Mar 20237 min read

Passwordless Authentication in Laravel

Learn how to implement secure passwordless authentication in Laravel using magic links for user access. Follow this tutorial for a step-by-step guide.

Feb 20235 min read

Getting started with PHPInsights

Use PHPInsights to enhance PHP code in Laravel and others - A guide to optimal code style and architecture.

Feb 20233 min read

Laravel Pennant

Laravel Pennant in Laravel 10; Manage Feature Flags easily. Perfect for A/B testing, incremental rollouts, and more.

Jan 20234 min read

Reducing code duplication

Learn to reduce code duplication in Laravel using artisan commands and services for better code quality.

Jan 20234 min read

Learn all about Laravel's dependency injection container

Learn how Laravel's dependency injection container simplifies code organization and optimization for efficient Laravel applications

Jan 20235 min read

Configuring Laravel Pint

Discover how to tailor Laravel Pint, a PHP CS Fixer wrapper, to your coding standards with a personal guide on rule implementation and customization.

Dec 20229 min read

Effective Eloquent

Explore advanced Eloquent querying in Laravel with a focus on efficient ORM usage for a banking app, including user accounts and transactions management.

Dec 202214 min read

Steve vs Matt - How two developers approach the same problem

Steve vs Matt; Two Developers, One Problem - Witness two programmers tackle the same challenge with contrasting approaches

Dec 20228 min read

Eloquent API Calls

Discover advanced techniques for API integration in Laravel, focusing on configuring GitHub API calls, utilizing Enums, and creating efficient client resources.

Nov 20227 min read

Creating a Password Generator

Explore creating a memorable yet secure password generator with Laravel, focusing on framework-agnostic implementation and customization options.

Nov 20227 min read

Fun with Refactoring

Master the art of Laravel refactoring with Laravel Shift Blueprint, optimizing code for improved performance and management in a real-world Laravel project.

Nov 202227 min read

Your first Laravel 9 Application

If you have never built a Laravel application, let me take a walk-through with you from scratch - with no perceived knowledge. Follow along to learn Laravel.