Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moonshine-software/quill

Quill editor for MoonShine
https://github.com/moonshine-software/quill

moonshine quill

Last synced: 7 days ago
JSON representation

Quill editor for MoonShine

Awesome Lists containing this project

README

        

# Quill field for [MoonShine Laravel admin panel](https://moonshine-laravel.com)

### Requirements

- MoonShine v3.0+

### Support MoonShine versions

| MoonShine | Quill |
|-------------|-------|
| 2.0+ | 2.0+ |
| 3.0+ | 3.0+ |

## Installation
```shell
composer require moonshine/quill
```

## Usage

```php
use MoonShine\Quill\Fields\Quill;

Quill::make('Label')
```