PHP code example of yuyu-tech / mail-log

1. Go to this page and download the library: Download yuyu-tech/mail-log 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/ */

    

yuyu-tech / mail-log example snippets


'providers' => [
    // ...
    Yuyu\MailLog\Providers\MailLogServiceProvider::class,
],
bash
php artisan vendor:publish --provider=Yuyu\MailLog\Providers\MailLogServiceProvider
bash
php artisan migrate