Laravel development insights and tutorials
Articles on Laravel, Livewire, Filament, Octane, and the product operations used to ship SaaS features faster.
Showing 1โ8 of 36 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
Automating Laravel Refactoring with Rector: A Guide
Learn to use Rector for automated upgrades and refactoring in Laravel. This guide covers setup, practical examples, and best practices.
Florentin Pomirleanu
Principal Laravel Consultant
Mastering SQL Efficiency in Laravel: A Practical Guide
Learn to optimize Laravel database queries. This guide covers selectRaw, groupBy, and the query builder to boost application performance.
Florentin Pomirleanu
Principal Laravel Consultant
Exploring New Features in PHP 8.5: A Developer's Guide
A comprehensive guide to the new features in PHP 8.5, including the Pipe Operator, new array functions, and URI extension, with practical code examples.
Florentin Pomirleanu
Principal Laravel Consultant
Debugging Made Easy with Spatie Ray: A Practical Guide
Learn how to use Spatie Ray for efficient debugging in Laravel applications with real-world examples of inspecting variables, queries, and events.
Florentin Pomirleanu
Principal Laravel Consultant
Mastering Laravel Query Optimization and Debugging
Learn to optimize and debug database queries in Laravel. This guide covers eager loading, caching, indexing, and tools like Telescope and Debugbar.
Florentin Pomirleanu
Principal Laravel Consultant
Secure Your Laravel App: CSRF, SQL Injection, and More
Explore Laravel's built-in security features. This guide covers CSRF protection, SQL injection prevention, and other tools with practical examples.
Florentin Pomirleanu
Principal Laravel Consultant
Simplify Laravel Database Management: Auto Backups & Imports
Learn how to create custom Artisan commands to automate MySQL database backups and imports in your Laravel application, and schedule them for peace of mind.
Florentin Pomirleanu
Principal Laravel Consultant
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
Principal Laravel Consultant