Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.41 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.41 KB

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.