Skip to main content
ArticlesProjects
Architecture Journals

Technical Articles

Opinionated writing on software systems, strict monolithic domain boundaries, testing strategies, and Laravel performance.

Articles173
Est. Read Time1,558 mins
Topics20
Series Parts34
Aug 202216m read

Event Sourcing in Laravel

Master Event Sourcing in Laravel with this comprehensive guide, perfect for enhancing PHP projects with advanced data tracking and state management techniques.

Aug 202212m read

Zero Hassle CLI Application with Laravel Zero

How can I put this? CLI apps are cool. The ability to open a terminal anywhere and just run a command to do a job that might have taken you much longer.

Aug 202215m read

How I develop applications with Laravel

Learn a unique Laravel development workflow building a to-do API with step-by-step guidance and systematic approach.

Aug 20224m read

JSON API Resources in Laravel

Master JSON API Resources in Laravel. Learn to create consistent, compliant API responses with Tim MacDonald's package.

Aug 202215m read

Building your own Laravel Packages

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

Jul 20226m 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 202221m read

Working with Data in your API Integrations

Enhance your API experience with contextual data objects. Learn how to build clean and developer-friendly integrations with third-party APIs using PHP.

Jul 20224m 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 20229m read

Building your website using Jigsaw

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

Jul 20224m read

The State of Laravel Survey 2022

Laravel's 10th Anniversary; Insights from the State of Laravel Survey 2022 - Community trends, experience levels, PHP versions, code editors, and more.

Jun 20227m read

Eloquent Attribute Casting

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

Jun 20224m read

Laravel Pint

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