PHP code example of awcodes / dimmer

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

    

awcodes / dimmer example snippets

js
content: [
    './vendor/awcodes/dimmer/resources/views/**/*.blade.php',
]
bash
php artisan vendor:publish --tag="dimmer-views"
bash
php artisan vendor:publish --tag="dimmer-translations"