Export Usage
Purging exported files
On app\Console\Kernel.php
, register the purge command
$schedule->command('datatables:purge-export')->weekly();
On app\Console\Kernel.php
, register the purge command
$schedule->command('datatables:purge-export')->weekly();