PHP code example of sethsandaru / laravel-mail-switcher

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

    

sethsandaru / laravel-mail-switcher example snippets


$schedule->command('ms:reset')->dailyAt("00:00");

$schedule->command('ms:reset')->everyMinute();

php artisan migrate

php artisan ms:list

php artisan ms:add

php artisan ms:delete {credentialId}

php artisan ms:reset