Blog
Insights on Laravel development, process automation, SaaS building, and lessons learned from building products.
Laravel Passport vs Sanctum: Which One Do You Actually Need?
Sanctum wins for most Laravel projects. Here's when to use each and why.
Laravel Wayfinder: Type Safe Routes and Forms with Inertia
Laravel Wayfinder's new beta goes beyond route generation, it creates TypeScript types from your form requests, models,...
Filament v5 Released: What's New, What Changed, and Should You Upgrade?
Filament v5 dropped on January 16th with Livewire v4 support. Here's what actually changed, what you get from upgrading,...
Laravel Route Model Binding Best Practices for Cleaner Code
Master Laravel route model binding with these professional techniques to write cleaner, more efficient controllers and r...
Handling Large File Uploads in Laravel Without Crashing Your Server
Learn how to handle large file uploads in Laravel with chunked uploads, queue processing, and proper server configuratio...
Building Admin Dashboards with Filament: A Complete Guide for Laravel Developers
Learn how to build powerful admin dashboards with Filament v4 in Laravel. Complete guide with code examples, best practi...
Implementing Real-Time Notifications with Laravel: A Complete Guide
Learn how to implement real-time notifications in Laravel using broadcasting, WebSockets, and Laravel Echo for instant u...
Why AI Browsers Scare Me (And Should Scare You Too)
AI browsers promise convenience but expose your sensitive data to prompt injection attacks. Here's why I won't use them.
Laravel Multi-Tenancy: Database vs Subdomain vs Path Routing Strategies
Compare Laravel multi-tenancy approaches: database isolation, subdomain routing, and path routing with Spatie's package...
Stripe Integration in Laravel: Complete Guide to Subscriptions & One-Time Payments
Learn how to integrate Stripe with Laravel for subscriptions and one-time payments using Laravel Cashier, complete with...
Database Indexing in Laravel: Boost MySQL Performance with Smart Indexes
Master database indexing in Laravel to optimize MySQL query performance. Learn when and how to create indexes using migr...
Showing 1 to 12 of 24 posts