F
Filament11mo ago
Rolland

Unable to find component

I have generated a relation manager for DocumentResource but when access the relation manager it gave me this. "Unable to find component: [app.filament.resources.document-resource.relation-managers.permissions-relation-manager]"
php artisan make:filament-relation-manager DocumentResource permissions name
php artisan make:filament-relation-manager DocumentResource permissions name
what seems to be the problem??
Solution:
turns out need to clear cache.
php artisan filament:clear-cached-components
php artisan filament:clear-cached-components
problem solved....
Jump to solution
3 Replies
Solution
Rolland
Rolland11mo ago
turns out need to clear cache.
php artisan filament:clear-cached-components
php artisan filament:clear-cached-components
problem solved.
danithegirl
danithegirl9mo ago
this really helped me!! thank you so much!
Fally
Fally9mo ago
Really helped me too, thanks

Did you find this page helpful?