Download the PHP package webard/nova-suneditor without Composer
On this page you can find all versions of the php package webard/nova-suneditor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package nova-suneditor
SunEditor Field for Laravel Nova
This package provides a custom field for Laravel Nova that integrates the SunEditor, a lightweight and flexible WYSIWYG editor.
Features
- Rich text editing capabilities with SunEditor.
- Seamless integration with Laravel Nova.
- Easy configuration and customization.
- Emoji support within editor.
Installation
To install the custom field, follow these steps:
-
Install the package via Composer:
- Publish the assets:
Usage
To use the SunEditor field in your Laravel Nova resource, follow these steps:
-
Import the field in your Nova resource file:
- Add the field to the
fields
method of your Nova resource:
File upload
SunEditor supports uploading by drag&drop or pasting image directly into editor field. To enable upload, provide withFiles()
method, like in Trix
field:
Unfortunately, upload does not work out of the box with fields in Nova Actions (Trix has same problem). If you need to upload files in Action modal, provide path to upload in settings and handle upload by yourself:
Customization
The SunEditor field can be customized by some methods:
-
In
nova-suneditor.php
you can define more buttonLists and name them. Then, you can use buttonList usingbuttonListName
method. -
You can define buttonList directly in field definition:
- You can change settings directly in field definition:
TODO
I'm are actively seeking contributions to enhance this package. Here are some features I would love to see implemented:
- [ ] multi-language
- [ ] image browser
- [ ] purging stale attachments like in
Trix
field
Contributing
We welcome contributions to improve this plugin! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your forked repository.
- Open a pull request to the main repository.
License
This project is licensed under the MIT License. See the LICENSE.md file for more details.
Acknowledgements
Contact
For questions or support, please open an issue on GitHub.