superlatif / zmd-laravel
Laravel helper for zmd.io
Requires
- php: ^7.4|^8.0
- illuminate/support: ^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-11-29 06:04:35 UTC
README
This package was made to facilitate the integration of the image manipulation service zmd.io on your Laravel application.
Installation
You can install the package via composer:
composer require superlatif-io/zmd-laravel
Usage
Set your domain key in your .env file, using:
ZMD_DOMAIN_KEY=your_domain_key
Note: Your domain key can be found in your zmd.io account create a zmd domain key
Initialize the ZMD script in your blade template, just before the end tag.
<html> <body> ... @zmdInit </body> </html>
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email info@superlatif.io instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.