We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9622e1 commit 6fa03ecCopy full SHA for 6fa03ec
README.md
@@ -67,6 +67,14 @@ class PermissionsDataTable extends DataTable
67
68
3. Run your queue worker. Ex: `php artisan queue:work`
69
70
+## Purging exported files
71
+
72
+On `app\Console\Kernel.php`, register the purge command
73
74
+```phpt
75
+$schedule->command('datatables:purge-export')->weekly();
76
+```
77
78
## Export Filename
79
80
You can set the export filename by setting the property.
0 commit comments