Middleware to validate incoming Shopify webhooks and optionally log them.
composer require amsoell/shopify-webhooks
Register the Amsoell\ShopifyWebhooks\Middleware\ValidateShopifyWebhooks middleware to the routes that handle incoming Shopify Webhooks.
To log all validated webhooks, update the config file at config/shopify-webhooks.php
to specify the logging driver and level.
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] 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.