Download the PHP package curder/filament-rich-editor-source-code without Composer
On this page you can find all versions of the php package curder/filament-rich-editor-source-code. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download curder/filament-rich-editor-source-code
More information about curder/filament-rich-editor-source-code
Files in curder/filament-rich-editor-source-code
Package filament-rich-editor-source-code
Short Description Allow Filament 4.x or 5.x View and edit the source code of the rich text editor in the form of a modal.
License MIT
Homepage https://github.com/curder/filament-rich-editor-source-code
Informations about the package filament-rich-editor-source-code
Filament rich editor source code
Allow Filament 4.x Or 5.x View and edit the source code of the rich text editor in the form field.
Installation
You can install the package via composer:
You need to publish the package assets using the following command:
You can publish the language files using the following command:
Usage
To enable the source code button in the Filament Rich Editor, you need to customize the toolbar buttons by adding the source-code button to the array of toolbar buttons.
Testing
Development
You can set up the development environment by running the following commands:
Add the following script to your composer.json to require the development dependencies:
Then run:
If you change js file, should run the following commands to install dependencies and build assets:
And run the following command to your project directory update the assets after changing js files:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
PRs are welcome.
- Keep changes focused.
- Include tests if behavior changes.
Security
If you discover a security issue, please report it privately by emailing the maintainer.
Credits
License
MIT. See LICENSE.
All versions of filament-rich-editor-source-code with dependencies
filament/filament Version ^4.0|^5.0
illuminate/contracts Version ^11.0||^12.0
spatie/laravel-package-tools Version ^1.16