Laravel Response Classes; Simplify API responses, maintain code quality with custom response classes.
Articles
Read my latest articles and blog posts
- Laravel#laravel #api-responses #json-responses #code-organization
- Laravel#laravel #github-actions #continuous-integration #static-analysis
Automate Laravel CI with GitHub Actions - Learn testing, PHPStan static analysis setup in this tutorial.
- Laravel#laravel #routing #code-organisation #scalability
Learn strategies like Route Service Provider, File Requires, and Route Groups for managing routes in a large Laravel application.
- PHP#phpinsights #php #code-quality #static-analysis
Use PHPInsights to enhance PHP code in Laravel and others - A guide to optimal code style and architecture.
- Laravel#laravel #feature-flags #laravel-10 #ab-testing
Laravel Pennant in Laravel 10; Manage Feature Flags easily. Perfect for A/B testing, incremental rollouts, and more.
- Laravel#pestphp #json-api #laravel #api-testing
Efficient JSON:API Endpoint Testing with pestPHP - Learn how to effectively test JSON:API endpoints in Laravel using pestPHP.
- Laravel#laravel #api-design #rest-api #backend-development
Explore effective API design in Laravel; Learn to focus on integration, eliminate pain points, and create user-centered, scalable APIs with practical examples.
- Laravel#laravel #code-organization #refactoring #design-patterns
Learn to reduce code duplication in Laravel using artisan commands and services for better code quality.
- Laravel#laravel #dependency-injection #service-providers #code-organization
Learn how Laravel's dependency injection container simplifies code organization and optimization for efficient Laravel applications
- Laravel#laravel-pint #php #code-standards #laravel
Discover how to tailor Laravel Pint, a PHP CS Fixer wrapper, to your coding standards with a personal guide on rule implementation and customization.