ErrLookup › filamentphp/filament

filamentphp/filament

A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire · PHP · 5,025 source files

Analyzed at 53483fa934 on 2026-08-17. 141 documented errors.

Code / MessageTypeSeverityTags
Class [{class}] extends [Filament\Actions\ActionGroup] but d
exception error
An authorization was denied without a message.
exception error
No function was passed to [authorizeIndividualRecords()].
exception error
Cannot get visible table columns from a non-table Livewire c
exception error
Action of class [$actionClass] must have a unique name, pass
exception error
An action tried to resolve without a name.
exception error
Action [{$action['name']}] was not found for action [{$paren
exception error
Actions must be an instance of Filament\Actions\Action. The
exception error
Failed to resolve table action for Livewire component withou
exception error
Action [{$action['name']}] not found on table.
exception error
Record [{$action['context']['recordKey']}] no longer exists.
exception error
Failed to resolve action schema for Livewire component witho
exception error
Schema [{$schemaName}] not found.
exception error
Action [{$action['name']}] not found in schema at [{$action[
exception error
Could not resolve record from key [{$record}] without a [res
exception error
Record arrays must have a unique [{ArrayRecord::getKeyName()
exception error
The action [{$this->getName()}] is attempting to access the
exception error
The action [{$this->getName()}] is attempting to access the
exception error
Export column of class [$exportColumnClass] must have a uniq
exception error
No [{$userClass}] model found. Please bind an authenticatabl
exception error filament, exports, authentication, container-binding, laravel, eloquent
Import column of class [$importColumnClass] must have a uniq
exception error filament, imports, schema, component-name, invalid-argument
No [{$userClass}] model found. Please bind an authenticatabl
exception error filament, imports, authentication, container-binding, laravel, eloquent
Action name at index [{$actionNestingIndex}] is not specifie
exception error filament, testing, actions, pest, phpunit
Block of class [$blockClass] must have a unique name, passed
exception error filament, builder, forms, schema, component-name
The relationship [{$name}] does not exist on the model [{$th
exception error filament, forms, eloquent, relationships, checkbox-list
You cannot use the `disableToolbarButtons()` method when the
exception error filament, rich-editor, toolbar, configuration-conflict, forms
You cannot use the `enableToolbarButtons()` method when the
exception error filament, rich-editor, toolbar, configuration-conflict, forms
Unknown toolbar buttons modification type: [{$modification['
exception error filament, rich-editor, plugins, internal-api, version-mismatch
Field of class [$fieldClass] must have a unique name, passed
exception error filament, forms, schema, component-name, invalid-argument
The file upload editor mode must be either 1, 2 or 3. [{$mod
exception error filament, file-upload, image-editor, cropperjs, validation
The [automaticallyOpenImageEditorForAspectRatio()] method ca
exception error filament, file-upload, image-editor, aspect-ratio, configuration-conflict
The [automaticallyOpenImageEditorForAspectRatio()] method re
exception error filament, file-upload, image-editor, aspect-ratio, missing-configuration
The [automaticallyOpenImageEditorForAspectRatio()] method ca
exception error filament, file-upload, image-editor, aspect-ratio, configuration-conflict
The visibility of file attachments for markdown content is a
exception error filament, markdown-editor, file-uploads, visibility, unsupported-method
The relationship [{$relationshipName}] does not exist on the
exception error filament, forms, eloquent, relationships, modal-table-select
The [tableConfiguration()] method must be set when using a [
exception error filament, forms, modal-table-select, table, missing-configuration
MorphToSelect of class [$morphToSelectClass] must have a uni
exception error filament, forms, morph-to-select, schema, component-name
The relationship [{$relationshipName}] does not exist on the
exception error filament, forms, morph-to-select, eloquent, relationships
MorphToSelect type [{$this->getModel()}] must have a [titleA
exception error filament, forms, morph-to-select, missing-configuration
The relationship [{$relationshipName}] does not exist on the
exception error
Toolbar button [{$button}] cannot be found.
exception error
Select field [{$component->getStatePath()}] must have a [cre
exception error
Select field [{$component->getStatePath()}] must have a [upd
exception error
The relationship [{$relationshipName}] does not exist on the
exception error
Filament failed to validate the [{$this->getStatePath()}] fi
exception error
Filament failed to validate the [{$this->getStatePath()}] fi
exception error
The [tableConfiguration()] method must be set when using a [
exception error
The relationship [{$relationshipName}] does not exist on the
exception error
Table configuration class [{$tableConfiguration}] does not e
exception error
Table configuration class [{$tableConfiguration}] does not h
exception error
The text input [{$this->getStatePath()}] is not a [password(
exception error
Form configuration method [{$form}()] is missing from Livewi
exception error
Entry of class [$entryClass] must have a unique name, passed
exception error
The user model must implement the [Filament\Auth\MultiFactor
exception error
The user does not have a app authentication secret.
exception error
The user does not have any app authentication recovery codes
exception error
The user model must implement the [Filament\Auth\MultiFactor
exception error
The [{class}] class must be an instance of [Illuminate\Datab
exception error
Model [{$userClass}] does not have a [notify()] method.
exception error
The authenticated user object must be an Eloquent model to a
exception error
Model [{$userClass}] does not have a [notify()] method.
exception error
Model [{$userClass}] does not have a [notify()] method.
exception error
Model [{$userClass}] does not have a [notify()] method.
exception error
Please use the `navigationGroups()` method on the panel conf
exception error
Please use the `navigationItems()` method on the panel confi
exception error
Please use the `pages()` method on the panel configuration t
exception error
Please use the `resources()` method on the panel configurati
exception error
Please use the `FilamentAsset` facade to register scripts. S
exception error
Please use the `FilamentAsset` facade to register styles. Se
exception error
Please use the `theme()` method on the panel configuration t
exception error
Please use the `viteTheme()` method on the panel configurati
exception error
Please use the `userMenuItems()` method on the panel configu
exception error
Please use the `widgets()` method on the panel configuration
exception error
The current domain is not set, but multiple domains are regi
exception error
Navigation item [{$this->getLabel()}] has child items but no
exception error
The [{class}] page must implement the [Filament\Pages\Dashbo
exception error
Page {class} does not define a $configurationClass.
exception error
Configuration '{key}' not found for page {class}
exception error
No Filament resource found for model [{$modelClass}].
exception error
A configuration with the key [{$page->getKey()}] has already
exception error
A configuration with the key [{$resource->getKey()}] has alr
exception error
Global search provider {$provider} does not implement the [F
exception error
The panel has already been registered with the ID [{$this->i
exception error
A panel has been registered without an `id()`.
exception error
Plugin [{$id}] is not registered for panel [{$this->getId()}
exception error
No default Filament panel is set. You may do this with the `
exception error
Page [{static::class}] is not registered to the resource [{s
exception error
The model [{$recordClass}] does not have a relationship name
exception error
The model [{$tenantClass}] does not have a relationship name
exception error
The resource [{static::class}] does not have an [index] page
exception error
Resource {static::class} does not define a $configurationCla
exception error
Configuration '{$key}' not found for resource {static::class
exception error
You must define a `getTablePage()` method on your widget tha
exception error
Strict authorization mode is enabled, but no ability [{$acti
exception error
Strict authorization mode is enabled, but no policy was foun
exception error
Constraint of class [$constraintClass] must have a unique na
exception error
Relationship type [{get_class($relationship)}] is not suppor
exception error
Constraint must be an instance of [{NumberConstraint::class}
exception error
Is operator can only be used with relationship constraints.
exception error
Is operator can only be used with select constraints.
exception error
A [key()] or [statePath()] is required to partially render a
exception error
Could not find component [{$key}] to partially render.
exception error
The current component's state path [$statePath] does not sta
exception error
The [{livewire::class}] component must have a table defined.
exception error
You cannot partially render a schema without a [key()] or [s
exception error
Laravel Spark is not installed.
exception error
Laravel Spark is not installed.
exception error
The [{static::class}] requires the model to implement the [{
exception error
Alpine component with ID [{$id}] not found for package [{$pa
exception error
Script with ID [{$id}] not found for package [{$package}].
exception error
Stylesheet with ID [{$id}] not found for package [{$package}
exception error
Invalid color mapping key [{$key}].
exception error
{$source} is not a valid translation source. Must be `vendor
console error
Class [{static::class}] extends [{ViewComponent::class}] but
exception error
An attempt was made to evaluate a closure for [{$staticClass
exception error
When trying to guess the inverse relationship for column [{$
exception error
Method %s::%s does not exist.
exception error
Nested sorting only supports [BelongsTo], [HasOne], [MorphOn
exception error
At least one `lightBackground()` candidate must be configure
exception error
At least one `darkBackground()` candidate must be configured
exception error
A `lightSurface()` must be configured before calling `get()`
exception error
A `darkSurface()` must be configured before calling `get()`.
exception error
Column of class [$columnClass] must have a unique name, pass
exception error
The column [{$this->getName()}] is not mounted to a table.
exception error
The column layout component is not mounted to a table.
exception error
The relationship [{$relationshipName}] does not exist on the
exception error
The [{$column->getName()}] column must be an IconColumn to s
exception error
The total count of selected records [{$resolvedSelectedRecor
exception error
The table column [{$column->getName()}] has a blank label. A
exception error
Table [{$livewireClass}] must have a [query()], [relationshi
exception error
Record arrays must have a unique [key] entry for identificat
exception error
Filter of class [$filterClass] must have a unique name, pass
exception error
The relationship [{$relationshipName}] does not exist on the
exception error
No query builder block found for [{type}].
exception error
No rule builder component found.
exception error
No nested rule builder component found.
exception error
Table empty state actions must be an instance of [{Action}]
exception error
Table header actions must be an instance of [{Action}], [{Bu
exception error
Table actions must be an instance of [{Action}] or [{ActionG
exception error
Table actions must be an instance of [{Action}] or [{ActionG
exception error
Failed to download phpactor
exception error