parfaitementweb / filament-tinymce
TinyMce for Filament PHP, with Theme Preview support
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Language:JavaScript
Requires
- php: ^8.1
- filament/filament: ^2.0
- illuminate/contracts: ^9.0
- spatie/laravel-package-tools: ^1.13.0
- spatie/shiki-php: ^1.3
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^6.0
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-12-16 12:29:44 UTC
README
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.