Overview
Filament Resources are the primary way to manage your data in the admin panel. They provide out-of-the-box functionality for listing, creating, editing, and deleting records.Creating a Resource
Resources are located insrc/Filament/Resources. Use the Filament command to scaffold:
Resource Contract
Always define a contract for each Filament Resource inEsign\UnleashCommerce\Admin\Contracts\Filament\Resources:
Registering Resources
Register replacements via theFilamentResourceManifest to allow swapping implementations.