MoonShine MoonShine
EN
← All plugins

Moonshine Trix Field

Made by the authors of MoonShine

Trix editor integration for MoonShine Laravel admin panel. This package adds Basecamp's Trix rich text editor as a field type, featuring file attachments support, simple API, and seamless integration with MoonShine's form system.

Rating
Downloads
261
Version
3.0.1
Last updated
29.11.2024
MoonShine version
v2, v3
Github stars
4
MoonShine Software
Author
MoonShine Software

Trix editor field for MoonShine Laravel admin panel

Installation

composer require moonshine/trix
composer require moonshine/trix

Usage

use MoonShine\Trix\Fields\Trix;
 
Trix::make('Label')
use MoonShine\Trix\Fields\Trix;
 
Trix::make('Label')
use MoonShine\Trix\Fields\Trix;
 
Trix::make('Label')->attachmentEndpoint('/endpoint')
use MoonShine\Trix\Fields\Trix;
 
Trix::make('Label')->attachmentEndpoint('/endpoint')