awcodes / richie
Another rich text editor for Filament, built with Tiptap.
Fund package maintenance!
awcodes
Requires
- php: ^8.2
- filament/forms: ^3.2
- league/html-to-markdown: ^5.1
- spatie/laravel-package-tools: ^1.15.0
- ueberdosis/tiptap-php: ^1.3
Requires (Dev)
- larastan/larastan: ^2.0||^3.0
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9||^8.1
- orchestra/testbench: ^9.0||^10.0
- pestphp/pest: ^2.1||^3.0
- pestphp/pest-plugin-arch: ^2.0||^3.0
- pestphp/pest-plugin-laravel: ^2.0||^3.0
- pestphp/pest-plugin-livewire: ^2.1||^3.0
- rector/rector: ^2.0
- spatie/laravel-ray: ^1.26
README
Richie is just another rich text editor for Filament PHP.
Installation
You can install the package via composer:
composer require awcodes/richie
You can publish the config file with:
php artisan vendor:publish --tag="richie-config"
This is the contents of the published config file:
return [
];
Usage
$richie = new Awcodes\Typist(); echo $richie->echoPhrase('Hello, Awcodes!');
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.