PHP code example of icodestuff / laravel-mailwind

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

    

icodestuff / laravel-mailwind example snippets

bash
php artisan vendor:publish --tag="mailwind-views"
bash
php artisan mailwind:create MyTemplate
bash
php artisan mailwind:generate
bash 
php artisan make:mail YourMailable