Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedsabil83/filament-forms-tinyeditor
A TinyMce Editor component for filament
https://github.com/mohamedsabil83/filament-forms-tinyeditor
filament forms laravel tinyeditor
Last synced: 8 days ago
JSON representation
A TinyMce Editor component for filament
- Host: GitHub
- URL: https://github.com/mohamedsabil83/filament-forms-tinyeditor
- Owner: mohamedsabil83
- License: mit
- Created: 2021-12-18T13:28:11.000Z (almost 3 years ago)
- Default Branch: 2.x
- Last Pushed: 2024-04-29T04:18:20.000Z (6 months ago)
- Last Synced: 2024-05-01T14:36:54.872Z (6 months ago)
- Topics: filament, forms, laravel, tinyeditor
- Language: PHP
- Homepage:
- Size: 1.75 MB
- Stars: 149
- Watchers: 9
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
- awesome-filament - mohamedsabil83/filament-forms-tinyeditor - A TinyMce Editor component for filament. (Fields)
README
# Filament Forms TinyEditor
[![Latest Version on Packagist](https://img.shields.io/packagist/v/mohamedsabil83/filament-forms-tinyeditor.svg?style=flat-square)](https://packagist.org/packages/mohamedsabil83/filament-forms-tinyeditor)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/mohamedsabil83/filament-forms-tinyeditor/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/mohamedsabil83/filament-forms-tinyeditor/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/mohamedsabil83/filament-forms-tinyeditor/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/mohamedsabil83/filament-forms-tinyeditor/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/mohamedsabil83/filament-forms-tinyeditor.svg?style=flat-square)](https://packagist.org/packages/mohamedsabil83/filament-forms-tinyeditor)Filament Forms TinyEditor is a package for [Laravel Filament](https://github.com/laravel-filament/filament) that wraps [TinyMce Editor](https://www.tiny.cloud) into a usable component. It's works with [Filament Forms](https://filamentadmin.com/docs/2.x/forms/installation) standalone too.
| Light mode | Dark mode |
|:----------------------------------:|:--------------------------------------:|
| ![Light example](https://raw.githubusercontent.com/mohamedsabil83/filament-forms-tinyeditor/2.x/art/editor.png) | ![Dark example](https://raw.githubusercontent.com/mohamedsabil83/filament-forms-tinyeditor/2.x/art/editor-dark.png) |## Compatibility
| Filament Version | Package Version |
|:----------------:|:---------------:|
| 3.x | 2.x |
| 2.x | 1.x |## Documentation
See the documentation for detailed [installation](docs/installation.md) instructions and [usage](docs/usage-and-customization.md) details.
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [MohamedSabil83](https://github.com/mohamedsabil83)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.