https://github.com/tonysm/rich-text-laravel Integrates the Trix Editor with Laravel, inspired by Rails' Action Text. Provides a complete solution for managing rich text content with attachments. ## Features - Store rich text content separately from models using dedicated RichText model - Automatic attachment extraction and content minimization - Encrypted rich text attributes support - Content attachments with SGID (Signed Global ID) - Image galleries and link extraction - Blade components for Trix input - Eager loading via `withRichText()` scope ```bash composer require tonysm/rich-text-laravel ``` #laravel #trix #wysiwyg #rich-text #editor #attachments #content