Laravel journal

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 Insights Oct 10, 2025 โˆ™ 9 min read

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.

Read article
Florentin Pomirleanu

Florentin Pomirleanu

Principal Laravel Consultant

Illustration showing a Laravel deployment flow and weekly release timeline.
An illustration of a structured flowchart showing different API best practices like versioning, security, and filtering branching from a central Laravel logo.
Laravel Insights Jan 15, 2026

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

Florentin Pomirleanu

Principal Laravel Consultant

8 min read
An illustration of a magnifying glass hovering over a database table, with certain rows highlighted, symbolizing the process of a database index quickly finding
Laravel Insights Jan 13, 2026

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

Florentin Pomirleanu

Principal Laravel Consultant

8 min read
An illustration showing a group of code blocks being neatly organized into a single, larger block with the Laravel logo, symbolizing the organization of logic.
Laravel Insights Jan 11, 2026

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

Florentin Pomirleanu

Principal Laravel Consultant

7 min read
An illustration showing a database icon with several branching arrows pointing to code blocks, symbolizing how a single query can be filtered and constrained us
Laravel Insights Jan 9, 2026

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

Florentin Pomirleanu

Principal Laravel Consultant

8 min read
An illustration showing the Laravel and Pest PHP logos side-by-side, symbolizing a powerful partnership for elegant and efficient application testing.
Laravel Insights Jan 7, 2026

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

Florentin Pomirleanu

Principal Laravel Consultant

7 min read
An illustration showing the Laravel logo connected to a database icon with a lightning bolt, symbolizing high-speed, efficient SQL queries.
Laravel Insights Jan 5, 2026

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

Florentin Pomirleanu

Principal Laravel Consultant

7 min read
An illustration showing data flowing from an API cloud icon to a Laravel database icon, symbolizing a seamless synchronization process.
Laravel Insights Jan 3, 2026

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

Florentin Pomirleanu

Principal Laravel Consultant

7 min read
An illustration showing a Laravel logo connected to a fast-forward icon and a database, symbolizing accelerated data retrieval through caching.
Laravel Insights Jan 1, 2026

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

Florentin Pomirleanu

Principal Laravel Consultant

6 min read