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
Aug 202215 min read

Building your own Laravel Packages

Master building Laravel packages with step-by-step guidance on design, commands, DTOs, and testing.

Jul 20226 min read

Using Laravel Model Factories in your tests

Master the use of Laravel Model Factories for predictable test data. Learn how to define and modify states for various scenarios in your app.

Jul 20224 min read

Using Route Registrars in your Laravel application

Enhance Laravel route management with Route Registrars. Simplify route registration and organization for cleaner and more efficient code.

Jul 20229 min read

Building your website using Jigsaw

Learn to build a markdown-based personal website with Jigsaw, Laravel's static site generator.

Jun 20227 min read

Eloquent Attribute Casting

Learn Eloquent Castable attributes in Laravel with practical examples for enhanced applications.

Jun 20224 min read

Laravel Pint

Laravel Pint; CLI Tool for PHP Code Styling. Zero dependencies, PSR-12 compliance, effortless operation.

Jun 202214 min read

Getting started with Laravel Scout and Meilisearch

Boost your Laravel app's search with Scout and Meilisearch for powerful, efficient capabilities.

Jun 20225 min read

Logging external HTTP Requests with Laravel Telescope

Track and debug third-party API requests with Laravel Telescope for improved visibility in your Laravel application.

Jun 202213 min read

Running PHPStan on max with Laravel

Discover how to enhance your Laravel project with static analysis using Larastan. Add confidence and type safety to your code.

May 20226 min read

Sauber PHP

Explore Sauber PHP, a clean micro-framework with routing, dependency injection, and custom Command Bus.

May 20223 min read

Tappable Query Scopes in Laravel

Enhance Laravel Query Scopes with Tappable Query Scopes - Learn about tappable query scopes in Laravel, a clean way to apply multiple scopes.

Sept 20213 min read

Quick Look into Laravel Feature Flags

Discover Laravel Feature Flags, a powerful package for feature flag management in Laravel applications. Control feature access with ease.