xanderificnl/laravel-quill

This package is abandoned and no longer maintained. No replacement package was suggested.

Integrates Quill with Laravel

dev-main 2022-03-07 03:12 UTC

This package is not auto-updated.

Last update: 2022-04-14 17:37:11 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Simple integration of Quill w/ Laravel.

Installation

You can install the package via composer:

composer require xanderificnl/laravel-quill

Install Quill into your project via NPM, or a CDN, and include a stylesheet and Quall's javascript.

Set up your config:

php artisan vendor:publish --tag="laravel-quill-config"

Optionally, you can publish the view components using

php artisan vendor:publish --tag="laravel-quill-components"

Usage

<x-laravel-quill-editor-component :id="$id" :options="$options">
    <h1>Your content</h1>
</x-laravel-quill-editor-component>

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.