getting this error?

Unable to locate a class or view for component [filament-actions::modals]. (View: /Users/ranium/Desktop/email-templates/vendor/filament/tables/resources/views/index.blade.php) (View: /Users/ranium/Desktop/email-templates/vendor/filament/tables/resources/views/index.blade.php)
10 Replies
toeknee
toeknee2y ago
Cool..
mathan7136
mathan7136OP2y ago
Any solutions ?
Patrick Boivin
Please put more effort in your message. Where does this error happen? What is the context of your project? You have to help us help you
Thijmen
Thijmen2y ago
Published any views?
Dennis Koch
Dennis Koch2y ago
Did you run artisan filament:upgrade?
LeandroFerreira
command not found.. lol
mathan7136
mathan7136OP2y ago
I am working in plugin ( not in laravel app ), in this plugin i write testcase like this. it('can list email templates', function () { $emailTemplates = EmailTemplate::factory()->count(10)->create(); livewire(ListEmailTemplates::class) ->assertCanSeeTableRecords($emailTemplates); }); then i got this error
LeandroFerreira
did you publish the views?
Patrick Boivin
Not completely sure but I think you're missing the ActionsServiceProvider in your test case setup.
mathan7136
mathan7136OP2y ago
okay will check

Did you find this page helpful?