PHP code example of leondeng / laravel-batch-mailgun

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

    

leondeng / laravel-batch-mailgun example snippets


composer 

Illuminate\Mail\MailServiceProvider::class

LeonDeng\LaravelBatchMailgun\MailServiceProvider::class

'batch_sending' => env('MAIL_BATCH_SENDING', false),