PHP code example of reinanhs / sqlcommenter-hyperf

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

    

reinanhs / sqlcommenter-hyperf example snippets


'enable' => env('SQLCOMMENTER_ENABLE', true),
'AMEWORK', true),
    'controller' => env('SQLCOMMENTER_ENABLE_CONTROLLER', true),
    'action' => env('SQLCOMMENTER_ENABLE_ACTION', true),
    'route' => env('SQLCOMMENTER_ENABLE_ROUTE', true),
    'application' => env('SQLCOMMENTER_ENABLE_APPLICATION', true),
    'db_driver' => env('SQLCOMMENTER_ENABLE_DB_DRIVER', true),
],
shell
php bin/hyperf.php vendor:publish reinanhs/sqlcommenter-hyperf