superlatif/zmd-laravel

Laravel helper for zmd.io

v1.0 2021-07-03 07:52 UTC

This package is auto-updated.

Last update: 2024-03-29 04:13:10 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

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.