Files
Obsidian-Vault/Career/Resources/Packages/Rich Test Laravel.md
2025-11-26 15:12:40 +01:00

676 B

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
composer require tonysm/rich-text-laravel

#laravel #trix #wysiwyg #rich-text #editor #attachments #content