PHP code example of boolfalse / clearcaches

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

    

boolfalse / clearcaches example snippets

shell
php artisan clearcaches
shell
php artisan --dump='no'
shell
php artisan droptables
shell
php artisan flushsessions
shell
php artisan cache:clear
php artisan config:cache
shell
php artisan vendor:publish --provider="Boolfalse\ClearCaches\ClearCachesServiceProvider"