Extending Filament Rich Editor Part 2
Beyond the Block Picker: Outlines, Hover Chrome, and Slash Commands for Filament v5's Rich Editor
Beyond the Block Picker: Outlines, Hover Chrome, and Slash Commands for Filament v5's Rich Editor
Filament v5's RichEditor is powerful out of the box. It is built on Tiptap, which means it's natively extensible, and it now supports *custom blocks out of the box . Here's how to extend it into a categorized, searchable block editor — without forking a single line of Filament core.
Nobody talks about redirects until something breaks. By then, you've already lost the rankings, the backlinks, and the users.
A complete, production-ready guide for Laravel developers building wildcard subdomain + custom domain SaaS products — written from a real setup session.
Most CMS editors optimise for writing speed. We optimised for output quality. That tradeoff shaped everything.
The SEO-era CMS is dead. Not because search disappeared — but because content is no longer consumed the way it used to be.
Generative Engine Optimization isn't a new SEO trick. It's a fundamental shift in what "visible content" means — and your CMS is either built for it or it isn't.
Filament v5 ships a native register page. Some plugins ignore it and roll their own controller. Here's how we added captcha, honeypot, role assignment, and event bridging — entirely through Filament's documented hooks, without touching `register()` itself.