Could you give an example of you solution?
I have a very similar, in which I am trying to seed a table, located inside my workbench-package
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Is this possible? After installing my package via composer, artisan doesn't pick up the seeders. I can't seem to find much on the web about seeds within packages, does anyone have experience with this?
I'm the sole developer of the package, trying to use it as a base layer of components to form other apps. From what I understand, the best option is to copy the seeds to my app and update / version them manually within it..
Edit: Pretty sure I figured it out -- namespace the seeders and then call the namespaced (package) seeder from my app's seeder... seems simple enough!
Please or to participate in this conversation.