aytackayin/tinymce

Filament Tinymce Plugin

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

1.0.0 2023-12-22 23:57 UTC

This package is auto-updated.

Last update: 2024-05-23 00:45:39 UTC


README

Integration

  • TinyMCE 5 Test v0.0.1

Installation

You can install the package via composer:

composer require aytackayin/tinymce:dev-main

Publish the assets:

php artisan vendor:publish --tag="aytackayin-tinymce-assets"

Optionally, you can publish the config file for customization:

php artisan vendor:publish --tag="aytackayin-tinymce-config"

Usage

use Aytackayin\Tinymce\Forms\Components\TinyEditor;

TinyEditor::make('description');

Customization