8000 GitHub - JacobFitzp/nova-tinymce at 1.0.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JacobFitzp/nova-tinymce

Repository files navigation

Installation

You can install the package via composer:

composer require jacobfitzp/nova-tinymce

Usage

Before you can start using the TinyMCE field you need to set your API key, the easiest way to do this is by setting TINYMCE_API_KEY in your apps .env, alternatively you can publish the configuration file and set it there.

Now you can simply use the Tinymce field in your Nova resource:

Tinymce::make('Content')
    ->fullWidth()
    ->help('Content to display on the page'),

Configuration

Publish the configuration file:

php artisan vendor:publish --tag=nova-tinymce

License

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

About

TinyMCE editor field for Laravel Nova

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0