PHP code example of maxlcoder / laravel-zwdd

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

    

maxlcoder / laravel-zwdd example snippets




return [
    'app_server' => env('ZWDD_APP_SERVER', ''),
    'app_key' => env('ZWDD_APP_KEY', ''),
    'app_secret' => env('ZWDD_APP_SECRET', ''),
    'scan_app_key' => env('ZWDD_SCAN_APP_KEY', env('ZWDD_APP_KEY', '')),
    'scan_app_secret' => env('ZWDD_SCAN_APP_SECRET', env('ZWDD_APP_SECRET', '')),
];