PHP code example of tpaksu / xdebug-toggle

1. Go to this page and download the library: Download tpaksu/xdebug-toggle 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/ */

    

tpaksu / xdebug-toggle example snippets

 bash
php artisan xdebug on
 bash
php artisan xdebug off
 bash
php artisan vendor:publish --provider="Tpaksu\XdebugToggle\XdebugToggleServiceProvider"