PHP code example of dystcz / lunar-api-newsletter

1. Go to this page and download the library: Download dystcz/lunar-api-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/ */

    

dystcz / lunar-api-newsletter example snippets


$data = [
    'type' => 'newsletters',
    'attributes' => [
        'email' => $email,
    ],
];
bash
php artisan vendor:publish --tag="newsletter-config"
bash
composer