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 upcoming version of Laravel DataTables. The documentation and features of this release are subject to change.
On app\Console\Kernel.php
, register the purge command
$schedule->command('datatables:purge-export')->weekly();