PHP code example of jcergolj / brevo-webhook-manager-for-laravel
1. Go to this page and download the library: Download jcergolj/brevo-webhook-manager-for-laravel library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
jcergolj / brevo-webhook-manager-for-laravel example snippets
bash
php artisan vendor:publish --provider="Jcergolj\BrevoWebhookManager\BrevoWebhookMangerServiceProvider"
bash
php artisan brevo-webhooks:create-inbound
bash
php artisan brevo-webhooks:create-marketing
bash
php artisan brevo-webhooks:create-transactional
bash
php artisan brevo-webhooks:update
bash
php artisan brevo-webhooks:delete
bash
php artisan brevo-webhooks:fetch