Any example of a package using the filamentphp/plugin-skeleton
What I'm trying to do:
Write a filament package.
What I've done
Used the plugin-skeleton above and created a basic package which works well.
My Issue
Having problems getting testing working with this and in particular getting past a NoDefaultPanelSetException error.
What I need
An example package using above package skeleton and testing against resources / pages etc as per docs so I can realise my own (probable) mistake(s).
What I've done
I've looked through other packages on github and failing to find many that were using this skeleton and/or had tests.
Thanks in advance Rob
Thanks in advance Rob
2 Replies
Maybe some insight at https://github.com/awcodes/filament-tiptap-editor/tree/3.x/tests/src
GitHub
filament-tiptap-editor/tests/src at 3.x · awcodes/filament-tiptap-e...
A Rich Text Editor plugin for Filament Forms. Contribute to awcodes/filament-tiptap-editor development by creating an account on GitHub.
Thanks for the help. The package you provided answered showed I needed to include a file in my package (panel provider). I had some inspiration this morning and worked out the rest so I should be able to start testing today 🙂 Cheers again