PHP code example of githen / laravel-eqxiu

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

    

githen / laravel-eqxiu example snippets


'eqxiu' => [
    'driver' => 'daily',
    'path' => storage_path('logs/eqxiu/eqxiu.log'),
    'level' => 'debug',
    'days' => 7,
    'permission' => 0770,
],


return [
    /*
    |--------------------------------------------------------------------------
    | 易企秀配置
    |--------------------------------------------------------------------------
    |
    */
    // 产品秘钥
    'app_id' => '',
    'app_key' => '',
    // 产品秘钥
    'signature_key' => '',
    'encoding_key' => '',
    'log_channel' => 'eqxiu',//写入日志频道,空不写入
];