I have one week experience with filament and i created some relation managers for test, but none of them are working... Here is DocumentosRelationManager as example. My first step to create was use this command:
My second step was add the manager in my resource AlunoResource:
public static function getRelations(): array { return [ RelationManagers\DocumentosRelationManager::class ]; }
public static function getRelations(): array { return [ RelationManagers\DocumentosRelationManager::class ]; }
Did i miss something? It seems like is not beeing rendered att all. it does not show any error, but it does not appear on screen. Even if i change $relations variable in DocumentosRelationMager to a nonexistent one, nothing happens.