-
How install to v3 of Filament - after farbicator:install don't publish resource and model |
Beta Was this translation helpful? Give feedback.
Answered by
Z3d0X
Aug 23, 2023
Replies: 2 comments 2 replies
-
I think I forgot to mention this in the docs Register a public function panel(Panel $panel): Panel
{
return $panel
// ...
->plugins([
FilamentFabricatorPlugin::make(),
]);
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HomaEEE
-
I did add the plugin in the panel but encountered this error. Please help Class "App\Providers\Filament\FilamentFabricatorPlugin" not found |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I forgot to mention this in the docs
Register a
FilamentFabricatorPlugin
instance in your Panel provider: