This package was made to facilitate the integration of the image manipulation service zmd.io on your Laravel application.
You can install the package via composer:
composer require superlatif-io/zmd-laravel
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>
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email info@superlatif.io instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.