PHP code example of tahsingokalp / lett

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

    

tahsingokalp / lett example snippets


'channels' => [
    // ...
    'lett' => [
        'driver' => 'lett',
    ],
],

'channels' => [
    'stack' => [
        'driver' => 'stack',
        'channels' => ['single', 'lett'],
    ],
    //...
],
bash
php artisan vendor:publish --provider="TahsinGokalp\Lett\LettServiceProvider"