Skip to main content

Available Resources

The admin panel includes the following Filament resources for managing your data.

Form Entry Resources

Manage form submissions:

Resource Features

Each resource includes:
  • List pages with filtering, searching, and sorting
  • Create forms for adding new records
  • Edit forms for updating existing records
  • Delete actions with confirmation
  • Bulk actions for managing multiple records
  • Custom actions for specialized operations

Resource Contracts

All resources have corresponding contracts for customization:

Resource Registration

Resources are automatically registered via the FilamentResourceManifest. To replace a resource:
For more details, see the Custom Resources guide.