© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
12 replies
Markwowz

Adding Header Action to a resource

I see the option to add it on resource pages, but I just want it to appear on top next to the "New whatever" button. I tried getHeaderActions() on my WhateverResource.php and it doesnt seem to add the link.
Solution
I added this to the List:

Actions\Action::make('download')
->label(__('Download Plugin'))
->icon('heroicon-o-arrow-down-tray')
->url(function () {
return "/plugins/seed-manager.zip";
}),
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Adding Button/Action to Panel Header
FilamentFFilament / ❓┊help
3y ago
Adding a Group Action in a section header
FilamentFFilament / ❓┊help
10mo ago
Custom Header Action In Resources
FilamentFFilament / ❓┊help
3y ago
Edit Resource Delete Header Action not showing up.
FilamentFFilament / ❓┊help
7mo ago