Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how override vendor resource #9

Open
Giovanni-Petrella opened this issue Jan 6, 2023 · 1 comment
Open

how override vendor resource #9

Giovanni-Petrella opened this issue Jan 6, 2023 · 1 comment

Comments

@Giovanni-Petrella
Copy link

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 filamentphp/filament#5397

@SidneySaints
Copy link

#14

you can checkout my fork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants