PHP code example of catname / reporting-issues

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

    

catname / reporting-issues example snippets




use Catname\ReportingIssues\reportIssues;
...
reportIssues::report(string 'messages', array '系统报错');
...
shell
$ php artisan vendor:publish --provider="Catname\ReportingIssues\ReportServiceProvider"