PHP code example of xoshbin / flogger

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

    

xoshbin / flogger example snippets


use Xoshbin\Flogger\Flogger;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugin(Flogger::make());
}

'exclude_files' => [
    'schedule-*',
],
bash
php artisan vendor:publish --tag="flogger-config"
bash
php artisan vendor:publish --tag="flogger-assets"