vault backup: 2025-11-26 15:12:40

This commit is contained in:
Vincent Verbruggen
2025-11-26 15:12:40 +01:00
parent 5d55c88efb
commit dbe8119f52
6 changed files with 107 additions and 9 deletions

View File

@@ -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