PHP code example of alagaccia / laravel-sendinblue

1. Go to this page and download the library: Download alagaccia/laravel-sendinblue 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/ */

    

alagaccia / laravel-sendinblue example snippets


'providers' => [
    /*
     * Package Service Providers...
     */
    AndreaLagaccia\SendinblueServiceProvider::class,
]

php artisan vendor:publish --provider="AndreaLagaccia\Sendinblue\SendinblueServiceProvider"