Export Usage
Purging exported files
On app\Console\Kernel.php
, register the purge command
$schedule->command('datatables:purge-export')->weekly();
WARNING You're browsing the documentation for an old version of LARAVEL-DATATABLES. Consider upgrading your project to laravel-datatables 11.0.
On app\Console\Kernel.php
, register the purge command
$schedule->command('datatables:purge-export')->weekly();