Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moonshine-software/quill
- Owner: moonshine-software
- License: mit
- Created: 2023-04-10T08:01:47.000Z (over 1 year ago)
- Default Branch: 3.x
- Last Pushed: 2024-11-29T15:32:00.000Z (23 days ago)
- Last Synced: 2024-11-29T16:33:32.000Z (23 days ago)
- Topics: moonshine, quill
- Language: JavaScript
- Homepage: https://moonshine-laravel.com
- Size: 88.9 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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')
```