PHP code example of yesccx / laravel-debugging

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

    

yesccx / laravel-debugging example snippets


#  php artisan debugging:install [nano | vim]

>> php artisan debugging:install vim

#  php artisan debugging:opcache [enable | true | disable | false] [--R | restart]

>> php artisan debugging:opcache false --restart

#  php artisan debugging:service [restart | stop | start]

>> php artisan debugging:service restart