{"record":{"id":"9900d0fa278fcde1","repo":"filamentphp/filament","slug":"plugin-id-is-not-registered-for-panel-this","errorCode":null,"errorMessage":"Plugin [{$id}] is not registered for panel [{$this->getId()}].","messagePattern":"Plugin \\[(.+?)\\] is not registered for panel \\[(.+?)\\]\\.","errorType":"exception","errorClass":"LogicException","httpStatus":null,"severity":"error","filePath":"packages/panels/src/Panel/Concerns/HasPlugins.php","lineNumber":45,"sourceCode":"    {\n        foreach ($plugins as $plugin) {\n            $this->plugin($plugin);\n        }\n\n        return $this;\n    }\n\n    /**\n     * @return array<string, Plugin>\n     */\n    public function getPlugins(): array\n    {\n        return $this->plugins;\n    }\n\n    public function getPlugin(string $id): Plugin\n    {\n        return $this->getPlugins()[$id] ?? throw new LogicException(\"Plugin [{$id}] is not registered for panel [{$this->getId()}].\");\n    }\n\n    public function hasPlugin(string $id): bool\n    {\n        return array_key_exists($id, $this->getPlugins());\n    }\n}\n","sourceCodeStart":27,"sourceCodeEnd":53,"githubUrl":"https://github.com/filamentphp/filament/blob/53483fa9340e4ec637985fe454ebb58afb92ea24/packages/panels/src/Panel/Concerns/HasPlugins.php#L27-L53","documentation":"Error \"Plugin [{$id}] is not registered for panel [{$this->getId()}].\" thrown in filamentphp/filament.","triggerScenarios":"Thrown at packages/panels/src/Panel/Concerns/HasPlugins.php:45 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"53483fa9340e4ec637985fe454ebb58afb92ea24","analyzedAt":"2026-08-17T02:06:23.049Z","schemaVersion":2},"datasetVersion":"2026-08-17T04:17:16.089Z"}