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


what seems to be the problem??
Solution
turns out need to clear cache.

php artisan filament:clear-cached-components


problem solved.
Was this page helpful?