Laravel development insights and tutorials
Articles on Laravel, Livewire, Filament, Octane, and the product operations used to ship SaaS features faster.
Showing 25โ32 of 77 articles
Laravel 12 Playbook: Shipping weekly without regressions
Discover 5 rituals for Laravel 12 teams to ship weekly without regressions. Learn how to scale to 50+ deployments a month with confidence.
Florentin Pomirleanu
Principal Laravel Consultant
Laravel API Endpoint Best Practices for Robust Apps
Learn to build scalable and secure Laravel API endpoints. This guide covers best practices for routing, versioning, filtering, validation, and security.
Florentin Pomirleanu
Principal Laravel Consultant
Optimizing Laravel Queries with Database Indexes
A guide to understanding and using database indexes in Laravel. Learn how indexes work, how to create them safely, and how to analyze query performance.
Florentin Pomirleanu
Principal Laravel Consultant
Mastering Custom Collection Methods in Laravel
A complete guide to creating and using custom collection methods in Laravel for cleaner code and reusable, domain-specific logic.
Florentin Pomirleanu
Principal Laravel Consultant
Mastering Advanced Query Scopes in Laravel for Clean Code
A comprehensive guide to Laravel query scopes. Learn to use local, global, and attribute-based scopes with real-world examples to write efficient queries.
Florentin Pomirleanu
Principal Laravel Consultant
Mastering Laravel Testing with Pest: A Guide
Explore real-world examples and best practices for testing Laravel applications with Pest, covering services, controllers, collections, and advanced techniques.
Florentin Pomirleanu
Principal Laravel Consultant
Elevating SQL Efficiency in Laravel for Faster Applications
A complete guide to Laravel query optimization. Learn to use eager loading, indexing, and other techniques to improve SQL efficiency and speed up your application.
Florentin Pomirleanu
Principal Laravel Consultant
Sync External API Data with a Laravel Database
A guide for Laravel developers on efficiently syncing large, frequently updated datasets from an external API to a local database using scheduled jobs and webhooks.
Florentin Pomirleanu
Principal Laravel Consultant
Boost Laravel App Speed with Flexible Caching
Learn to use Laravel 12's Flexible Caching to optimize dashboard performance. A step-by-step guide to serving fast, responsive data.
Florentin Pomirleanu
Principal Laravel Consultant