© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
18 replies
Neamix

Filament Page

Hey guys, I am still new to filament and i have a quick question after read the filament page documentation https://filamentphp.com/docs/2.x/admin/pages/actions

i only find an explaination on how to use filament page functions but i didn't find how can i can view this functions as example

protected function getActions(): array
{
    return [
        Action::make('settings')->color('secondary'),
    ];
}
protected function getActions(): array
{
    return [
        Action::make('settings')->color('secondary'),
    ];
}


this function should as far as know display a button called settings but after i use it directly in filament class nothing appeared so i found that i need to call actions in blade but i cant find any docs on how to do that so anyone have any idea where i can find this infos
Actions - Admin Panel - Filament
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

Profile page filament
FilamentFFilament / ❓┊help
13mo ago
Frontend page filament
FilamentFFilament / ❓┊help
16mo ago
Filament Registration page
FilamentFFilament / ❓┊help
16mo ago
Filament page filter
FilamentFFilament / ❓┊help
3y ago