PHP code example of darinlarimore / statamic-postmaster

1. Go to this page and download the library: Download darinlarimore/statamic-postmaster 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/ */

    

darinlarimore / statamic-postmaster example snippets


// routes/console.php
Schedule::command('postmaster:send-scheduled')->everyMinute();
bash
php artisan vendor:publish --tag=postmaster-config
bash
php artisan postmaster:scaffold-newsletter
bash
php artisan vendor:publish --tag=postmaster-skill