Skip to main content
ArticlesProjectsUsesNowWork HistoryAbout
Category Archive

Articles: Laravel

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

Articles82
Est. Read Time737 mins
Tags180
Featured5

Learn strategies like Route Service Provider, File Requires, and Route Groups for managing routes in a large Laravel application.

laravelroutingcode-organisationscalability
2023-02 · 3 min read

Laravel Pennant

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

laravelfeature-flagslaravel-10ab-testing

Efficient JSON:API Endpoint Testing with pestPHP - Learn how to effectively test JSON:API endpoints in Laravel using pestPHP.

pestphpjson-apilaravelapi-testing
2023-01 · 14 min read

Building APIs in Laravel

Explore effective API design in Laravel; Learn to focus on integration, eliminate pain points, and create user-centered, scalable APIs with practical examples.

laravelapi-designrest-apibackend-development
2023-01 · 4 min read

Reducing code duplication

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

laravelcode-organizationrefactoringdesign-patterns

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

laraveldependency-injectionservice-providerscode-organization