orlyapps / nova-texteditor
Laravel Nova Text Editor with text templates, text blocks and dynamic variable
Installs: 97
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: ^7.4|^8.0
- illuminate/contracts: ^8.37|^9.0
- spatie/laravel-package-tools: ^1.4.3
- ueberdosis/prosemirror-to-html: ^2.4
Requires (Dev)
- nunomaduro/collision: ^5.3
- orchestra/testbench: ^6.15
- pestphp/pest: ^1.18
- pestphp/pest-plugin-laravel: ^1.1
- spatie/laravel-ray: ^1.23
- vimeo/psalm: ^4.8
This package is auto-updated.
Last update: 2024-10-28 17:56:11 UTC
README
Installation
You can install the package via composer:
composer require orlyapps/nova-texteditor
You can publish and run the migrations with:
php artisan vendor:publish --provider="Orlyapps\NovaTexteditor\NovaTexteditorServiceProvider" --tag="nova-texteditor-migrations" php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="Orlyapps\NovaTexteditor\NovaTexteditorServiceProvider" --tag="nova-texteditor-config"
This is the contents of the published config file:
return [
];
Usage
$nova-texteditor = new Orlyapps\NovaTexteditor(); echo $nova-texteditor->echoPhrase('Hello, Orlyapps!');
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.