Download the PHP package murdercode/nova4-tinymce-editor without Composer

On this page you can find all versions of the php package murdercode/nova4-tinymce-editor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package nova4-tinymce-editor

Nova4 TinyMCE Editor

Logo Nova4 TinyMce

Latest Version on Packagist Code Style Analyze Maintainability Total Downloads License Mit

Introduction

Unleash creativity within Laravel Nova using the TinyMCE plugin, making content creation a breeze with its user-friendly and dynamic editing capabilities.

Features

Extra

[!IMPORTANT] Want some steroids for your TinyMCE? Check out our new ChatGTP for TinyMCE** plugin! 🚀🚀🚀

Demo & Screenshots

Demo Nova4 TinyMce

Versioning

This package follows the following versioning scheme:

Prerequisites

How to install

In the root of your Laravel installation launch:

Then publish the config:

A file in config/nova_tinymce_editor.php will appear as follows (you can change the default values):

In your .env file please add the key (get one here):

Please make sure that you have added domain in your tiny.cloud account list or you will get an error notice message.

Register the Field

In your Nova/Resource.php add the field as following:

Enable Image Upload

Demo Nova4 TinyMce

[!WARNING] This feature is in BETA and can be unstable or contain bugs/security flaws. We provide it as is, without any warranty. For this reason, is disabled by default.

To enable image upload, you must publish the configuration file with:

then in your config file config/nova-tinymce-editor.php:

Please be sure that image plugin and toolbar button are enabled in your config file.

Protect code

You can to control what contents should be protected from editing while it gets passed into the editor. This is useful for example when you want to protect PHP code from been formatted.

To do this, you must publish the configuration file and add the following line:

Use Alternative CDN / Self Hosted scripts

TinyMCE allows you to use an alternative mirror for scripts. It will be useful if you want to use a non-cloud version (and avoid the new mechanism pricing of Tiny.cloud).

You can simply add in app/Providers/NovaServiceProvider.php:

TinyMCE will automatic check if there's a script and I'll ignore his script from tiny cloud.

Upgrade from 1.0.x to 1.1.x

The transition to 1.1 involves the use of a new configuration layout compatible with the previous version.

However, if you want to use the new image upload and version change features, it is recommended that you make a new php artisan vendor:publish.

Upgrade from 0.x to 1.x

In composer.json change the version of the package to

"murdercode/nova4-tinymce-editor": "^1.0"

and run composer update.

Also, you must change the format of the plugin snippet in nova-tinymce-editor as follows:

0.x

1.x

Feedback and Support

Test, PR (also of this doc) are welcome.


All versions of nova4-tinymce-editor with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
laravel/nova Version ^4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package murdercode/nova4-tinymce-editor contains the following files

Loading the files please wait ....