Laravel journal

Laravel development insights and tutorials

Articles on Laravel, Livewire, Filament, Octane, and the product operations used to ship SaaS features faster.

Showing 49–56 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.
A diagram illustrating the components of the Laravel Skeleton starter kit, including Laravel, React, and Filament.
Laravel Insights Nov 28, 2025

Getting Started with Laravel Skeleton Starter Kit

Explore Laravel Skeleton, a modern starter kit for building full-stack applications with React, Filament, and Stripe. Learn to set up and use its features.

Florentin Pomirleanu

Florentin Pomirleanu

Principal Laravel Consultant

7 min read
A diagram illustrating how Laravel Service Providers act as the core of the application's architecture, connecting various services.
Laravel Insights Nov 26, 2025

Mastering Laravel’s Service Providers: The Core of Your App

Learn how to leverage Laravel service providers to build clean, modular, and scalable applications. A guide to the register() and boot() methods.

Florentin Pomirleanu

Florentin Pomirleanu

Principal Laravel Consultant

7 min read
A diagram comparing Composer scripts and Makefile for streamlining PHP development workflows.
Delivery Playbooks Nov 24, 2025

Streamline PHP Workflows: Composer Scripts vs. Makefile

Learn how to centralize code quality commands in your PHP projects. This guide compares Composer scripts and Makefiles with practical examples and best practices.

Florentin Pomirleanu

Florentin Pomirleanu

Principal Laravel Consultant

8 min read
A diagram illustrating a Laravel application orchestrating AI workflows, tools, and data sources with Laravel Synapse.
Laravel Insights Nov 22, 2025

Build Intelligent AI Workflows the Laravel Way

Learn to create, test, and deploy reliable AI-driven workflows in your Laravel applications using a structured, developer-friendly framework.

Florentin Pomirleanu

Florentin Pomirleanu

Principal Laravel Consultant

6 min read
A diagram illustrating a Laravel microservices architecture with an API gateway and separate services for users, products, and orders.
Delivery Playbooks Nov 20, 2025

Build Scalable Apps with Laravel Microservices

A complete guide to designing, building, and scaling microservices in Laravel. Learn to handle communication, deployment, and monitoring for large applications.

Florentin Pomirleanu

Florentin Pomirleanu

Principal Laravel Consultant

8 min read
A digital roadmap illustrating Laravel's routing system with endpoints, middleware, and controllers.
Laravel Insights Nov 18, 2025

Mastering Laravel Routes: A Complete Guide

Explore Laravel's routing system, including APIs, middleware, model binding, and best practices. Learn to build scalable and secure applications.

Florentin Pomirleanu

Florentin Pomirleanu

Principal Laravel Consultant

8 min read
A diagram showing an efficient and secure process for uploading Excel data into a Laravel application.
Laravel Insights Nov 16, 2025

8 Best Practices for Uploading Excel Data in Laravel

Learn how to handle Excel data uploads in Laravel efficiently and securely. This guide covers validation, queues, error handling, and performance optimization.

Florentin Pomirleanu

Florentin Pomirleanu

Principal Laravel Consultant

7 min read
Arrows moving in parallel, symbolizing concurrent HTTP requests streamlined by Laravel's Http::batch() feature.
Laravel Insights Nov 14, 2025

Mastering Laravel's Http::batch() for Concurrent Requests

A guide to Laravel's Http::batch(). Learn to send concurrent HTTP requests, track progress, and handle errors with practical examples and best practices.

Florentin Pomirleanu

Florentin Pomirleanu

Principal Laravel Consultant

7 min read