Skip to content

parfaitementweb/filament-tinymce

Repository files navigation

Filament TinyMce Editor

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

TinyMce Editor for Filament PHP.

Installation

You can install the package via composer:

composer require parfaitementweb/filament-tinymce
php artisan vendor:publish --tag=filament-tinymce-assets
php artisan vendor:publish --tag=filament-tinymce-config

Usage

\Parfaitementweb\FilamentTinyMce::make('text')->required()

License

The MIT License (MIT). Please see License File for more information.