© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
9 replies
abdullafahem

Listing in Resource

Is it possible to remove list in resource, I don't need to show it also I don't need anyone to put the URL and can access it
Any solution please
Solution
i don't know if this would help but in your list resource you can call this function
public static function canAccess(array $parameters = []): bool
    {
            return false; 
    }
public static function canAccess(array $parameters = []): bool
    {
            return false; 
    }
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

how to add custom condition in resource listing
FilamentFFilament / ❓┊help
3y ago
ViewAction on resource's table listing page
FilamentFFilament / ❓┊help
3y ago
searchable() in Select blocks listing items
FilamentFFilament / ❓┊help
3y ago
Table in Resource
FilamentFFilament / ❓┊help
14mo ago