Download the PHP package isapp/tinyeditor-picture-tag without Composer
On this page you can find all versions of the php package isapp/tinyeditor-picture-tag. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download isapp/tinyeditor-picture-tag
More information about isapp/tinyeditor-picture-tag
Files in isapp/tinyeditor-picture-tag
Package tinyeditor-picture-tag
Short Description Easily convert
License MIT
Informations about the package tinyeditor-picture-tag
TinyMCE Picture Tag Helper for Laravel
This helper is designed for Laravel projects and works through model observers triggered after a model is created or
updated.
It transforms the default <img>
tags inserted by TinyMCE into <picture>
tags, enabling responsive images based on
your predefined configuration.
⚠️ Important:
This helper works exclusively with Spatie Media Library. Make sure the library is installed and properly configured in your project before using this helper.
How It Works
The helper listens for model creation or updates and processes any TinyMCE content by converting <img>
tags into
<picture>
tags.
This transformation ensures that your images are responsive and optimized for various devices and browsers.
Example: Transformation
Below is an example of how the helper transforms content.
Before Transformation
When an image is inserted into TinyMCE, it looks like this:
After Transformation
After the helper processes the content, the result is:
Installation
You can install the package via composer:
Preparing your model
Configuration: Setting Up TinyEditor Fields
To configure how TinyEditor content is processed and make images responsive, set up the following method in your model:
This method configures the content field to generate responsive <picture>
tags with multiple image sources based on
the specified breakpoints, widths, and formats.
Documentation
The full documentation for this package is still in progress and will be added soon. Stay tuned for updates!
Contribution
This package was originally created to work seamlessly with Filament and the Filament Forms TinyEditor.
Contributions are welcome! If you have suggestions for improvements, new features, or find any issues, feel free to submit a pull request or open an issue in this repository.
Thank you for helping make this package better for the community!
License
This project is open-sourced software licensed under the MIT License.
You are free to use, modify, and distribute it in your projects, as long as you comply with the terms of the license.
Maintained by ISAPP and ISAP OÜ.
Check out our software development services at isap.me.
All versions of tinyeditor-picture-tag with dependencies
spatie/laravel-medialibrary Version ^11.11
paquettg/php-html-parser Version ^2.2