Hey guys! 👋
I’ve been working on IABoti, a WhatsApp automation platform for businesses in Mexico 🇲🇽, built with the TALL Stack — Tailwind CSS, Alpine.js, Laravel & Livewire.
Bots, workflows, integrations, and real-time messaging — all powered by the Laravel ecosystem.
A great example of how far you can go with Laravel and the TALL Stack. 🚀
#Laravel #TALLStack #Livewire #TailwindCSS #PHP #SaaS
![Screenshot 2026-08-10 at 1.36.55 p.m..png]CsSuW2KQ7qwCCga0XbuwllJnfpMw6fonBBsO.png)
Hashtag
#Laravel
A Day With Laravel #63 is out!
Laravel 13.24: dominant color detection + HEIC support in the image API, modelKeys() on the query builder, and a new array_keys validation rule.
Filament v5.7.6 / v4.12.6: forms render ~90% faster, tables ~50% faster, plus CVE patches — update now.
Laravel Cloud managed queues autoscale on queue pressure and scale to zero when idle, with workers waking in under a second.
New first-party packages: Laravel Head (meta, Open Graph, JSON-LD for Blade/Livewire/Inertia) and Laravel Doctor (one-command health checks).
Laravel LSP lands in Zed with an official extension, and PhpStorm 2026.2 ships a Laravel tool window.
Full issue: go.itanea.fr/adwl063
#Laravel #Filament #LaravelCloud #ManagedQueues #LSP
I assumed Stripe Tax would always calculate the correct VAT.
It didn't. It returned 0% for a customer in a special tax zone.
New guide on mixing automatic tax with custom rates in a multi-tenant Filament + Cashier app.
filamentmastery.com/articles/when-stripe-tax-isnt-enough-custom-tax-rates-in-a-multi-tenant-laravel-app
#Laravel #filamentphp #Stripe
Spent way too long debugging why Stripe Tax undercharged a customer in a special VAT zone, returning 0% instead of the correct rate.
Writing up the full fix (custom rates + a redirect bug that cost hours). Guide drops next week on filamentmastery.com
#Laravel #Stripe
I thought testing a Filament app was mostly about assertions
It wasn't. The hard part is making your test env behave like production: panels, tenants, and with coverage thresholds
New guide on how that setup grows with your app:
filamentmastery.com/articles/testing-production-filament-applications-from-one-panel-to-multi-tenancy
#Laravel #filamentphp #pestphp