Download the PHP package joelwmale/livewire-quill without Composer
On this page you can find all versions of the php package joelwmale/livewire-quill. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download joelwmale/livewire-quill
More information about joelwmale/livewire-quill
Files in joelwmale/livewire-quill
Package livewire-quill
Short Description Easily add QuillJS with image support to any Laravel Livewire component.
License MIT
Homepage https://github.com/joelwmale/livewire-quill
Informations about the package livewire-quill
Livewire Quill
This package adds an easy to use Livewire component to your application, which will create and largely manage a Quill editor for you.
It supports image uploads out of the box with zero work from you.
v2.0 of this package only supports Livewire v3.x. If you're still using Livewire 2.x, please use v1.0 of this package.
Installation
You can install the package via composer:
Config (optional)
After you've installed the package, you can optionally publish the config to change any defaults:
This is the contents of the published config file:
Usage
Use it in any Livewire component like so:
On your Livewire component, add the following:
Parameters
QuillId
A div is created with this id, this allows for easy use of multiple quill instances on the same page.
Data
This is the initial value of the text editor (i.e: a previous saved version of the text editor)
Classes
Any custom classes you wish to add to the base editor class.
Note: for any customisation, we recommend using CSS to make changes. You can always edit a specific Quill instance by referring to the #quillId variable.
Toolbar
An array of arrays to manage and create a toolbar for Quill to use
Testing
Credits
- joelwmale
- All Contributors
Licence
Copyright © Joel Male
Livewire Quill is open-sourced software licensed under the MIT license.
All versions of livewire-quill with dependencies
illuminate/support Version ^9.0|^10.0|^11.0
illuminate/contracts Version ^9.0|^10.0|^11.0
livewire/livewire Version ^3.3|^3.4|^3.5