vault backup: 2025-11-26 15:12:40
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
<https://github.com/tonysm/rich-text-laravel?tab=readme-ov-file>
|
||||
https://github.com/tonysm/rich-text-laravel
|
||||
|
||||
#WYSIWYG
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user