PHP code example of kevinzheng / laravel-switchable-mail

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

    

kevinzheng / laravel-switchable-mail example snippets


	// 'directmail' => [
	//     'qq.com', '163.com', '126.com', 'sina.com', 'sina.com.cn', 'sohu.com',
	// ],

	// 'mailgun' => [
	//     'example.com',
	// ],
	
sh
    php artisan vendor:publish --tag=switchable-mail