© 2026 Hedgehog Software, LLC
filament/exports/{export}/download
Route::domain('{tenant}.'.config('app.enduser_domain'))->group(function() { Route::get('filament/exports/{export}/download', DownloadExport::class)->name('download.export'); });
Route::middlewareGroup('filament.actions', [ 'web', 'auth:admin,organisation,associate', ]);