PHP code example of xenoplexus / statamic-newsletter

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

    

xenoplexus / statamic-newsletter example snippets

bash
composer ewsletter:install
php artisan migrate
bash
php artisan vendor:publish --tag=statamic-newsletter-config
antlers
{{ newsletter_form }}
bash
php artisan vendor:publish --tag=statamic-newsletter-views