PHP code example of lanin / laravel-email-templates-optimization

1. Go to this page and download the library: Download lanin/laravel-email-templates-optimization 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/ */

    

lanin / laravel-email-templates-optimization example snippets


Lanin\Laravel\EmailTemplatesOptimization\ServiceProvider::class,

    'emails' => [
        /*
        |--------------------------------------------------------------------------
        | Css Files
        |--------------------------------------------------------------------------
        |
        | List of absolute paths to static css files to use in your email templates.
        |
        | Example: realpath(resource_path('assets/css/emails.css'))
        |
        */
        'css_files' => [
        
        ],
    ],