filament-email-log icon indicating copy to clipboard operation
filament-email-log copied to clipboard

how override vendor resource

Open Giovanni-Petrella opened this issue 1 year ago • 1 comments

How can I override a vendor's resource? I want to do it of the filament-email-log plugin, I tried to make a class that extends the plugin resource but I get two menu items:

use Ramnzys\FilamentEmailLog\Filament\Resources\EmailResource as BaseEmailResource;

class PrismaEmailResource extends BaseEmailResource {

protected static ?string $navigationIcon = 'heroicon-o-mail'; Screenshot 2023-01-05 at 19-48-49 Emails - PrismASD see discussion https://github.com/filamentphp/filament/discussions/5397

Giovanni-Petrella avatar Jan 06 '23 11:01 Giovanni-Petrella

https://github.com/ramnzys/filament-email-log/pull/14

you can checkout my fork

SidneySaints avatar Apr 21 '23 09:04 SidneySaints