PHP code example of manageitwa / laravel-mailtrap-driver

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

    

manageitwa / laravel-mailtrap-driver example snippets


'providers' => [
    // ...
    ManageItWA\LaravelMailtrapDriver\MailtrapServiceProvider::class,
    //...
],

'mailtrap' => [
    'token' => '', // Set to your API token from Mailtrap
],