Extending Existing Resources
To extend an existing resource, create a new class that implements the resource contract:1. Create the Contract
First, create a contract interface:2. Create the Custom Resource
Create your custom resource class:Registering Custom Resources
Register your custom resource using theFilamentResourceManifest: