plugins-world / editor
Editor plugin made by mouyong
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Language:JavaScript
Requires
- php: >= 8.0
This package is auto-updated.
Last update: 2024-10-29 13:33:20 UTC
README
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Installation
You can install the package via composer:
composer require plugins-world/editor
Usage
// Usage description here
Testing
composer test
How to create this package
php artisan new Editor
Please see plugin-manager for more information.