Skip to content
Discussion options

You must be logged in to vote

I think I forgot to mention this in the docs

Register a FilamentFabricatorPlugin instance in your Panel provider:

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->plugins([
            FilamentFabricatorPlugin::make(),
        ]);
}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@HomaEEE
Comment options

Answer selected by HomaEEE
Comment options

You must be logged in to vote
1 reply
@Z3d0X
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants