Download the PHP package desilva/filament-simple-highlight-field without Composer
On this page you can find all versions of the php package desilva/filament-simple-highlight-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download desilva/filament-simple-highlight-field
More information about desilva/filament-simple-highlight-field
Files in desilva/filament-simple-highlight-field
Package filament-simple-highlight-field
Short Description Adds a simple read-only Highlight.js pseudo-field to FilamentPHP
License MIT
Homepage https://github.com/desilva/filament-simple-highlight-field
Informations about the package filament-simple-highlight-field
desilva/filament-simple-highlight-field
Adds a simple read-only Highlight.js pseudo-field to FilamentPHP
Adds a simple form field that renders a read-only Highlight.js code block for FilamentPHP. The plugin is new and may be unstable and contain bugs. PRs and issue reports are welcome.
Installation
You can install the package via composer:
This package supports Laravel 9 and Laravel 10.
Usage
Simply use the component as you'd use any other Filament field. It's especially perfect for the resource view page where it blends right in.
Roadmap
- [x] Add option to customize the theme
- [x] Dark mode support (doesn't work with custom theme)
- [ ] Add method chain to specify the language
Configuration
You can publish the config file with:
This is the contents of the published config file:
Optionally, you can publish the views using
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Contributing is pretty chill and is highly appreciated! Just send a PR and/or create an issue!
Security Vulnerabilities
Please review my General Security Policy on how to report security vulnerabilities.
Credits
- Caen De Silva
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-simple-highlight-field with dependencies
spatie/laravel-package-tools Version ^1.9.2
illuminate/contracts Version ^9.0|^10.0
illuminate/support Version ^9.0|^10.0