Download the PHP package codicastudio/unlayer-editor without Composer
On this page you can find all versions of the php package codicastudio/unlayer-editor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codicastudio/unlayer-editor
More information about codicastudio/unlayer-editor
Files in codicastudio/unlayer-editor
Download codicastudio/unlayer-editor
More information about codicastudio/unlayer-editor
Files in codicastudio/unlayer-editor
Vendor codicastudio
Package unlayer-editor
Short Description A random Codica Studio package.
License MIT
Homepage https://github.com/codicastudio/unlayer-editor
Package unlayer-editor
Short Description A random Codica Studio package.
License MIT
Homepage https://github.com/codicastudio/unlayer-editor
Please rate this library. Is it a good library?
Informations about the package unlayer-editor
Nova Unlayer Field
Adds a Laravel Nova field for Unlayer to compose emails and landing pages.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
Usage
This package assumes that your Model has an attribute to store design config
(it's better to use json
or longtext
SQL type to store it).
On submit, the package sends two fields:
- design (stringified json object)
- html code. If you want to store HTML to your model, please use
savingCallback()
Options
->config(array|callable $config)
: Specify Unlayer config.->savingCallback(?callable $callback)
: Specify callback on saving a Model. Useful to store HTML result HTML code.->height(string $height)
: Set height of the editor (with units). E.g. '1000px' (800px by default).
Changelog
Please see Releases for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Compiling Assets
All versions of unlayer-editor with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
The package codicastudio/unlayer-editor contains the following files
Loading the files please wait ....