Created a fork of Filament-Fabricator but it broke
Hey guys, this might be a bit of an odd ask, but I've been having some troubles debugging this issue.
I've forked filament-fabricator, and mode a few modifications to get it working with a multi-tenancy plugin I installed.
https://github.com/ajmt93/filament-fabricator
I had made the changes inside my project and it was working, and then I copied the modifications to the new repo, tried to pull them all in, but I keep getting the exception:
Target class [filament-fabricator] does not exist.
Share of stacktrace( https://flareapp.io/share/VmeN1lzP )
When going through the stack trace there is an error in the PageResource:
In my composer.json file I also added this to get the autoload working:
I am hoping to get this working on my project and then eventually rewrite things to work with broader multi-tenancy options. Any help would be appreciated.
I'll have to review any messages tomorrow as I am just about to sleep, but thank you!GitHub
GitHub - ajmt93/filament-fabricator: Block-Based Page Builder Skele...
Block-Based Page Builder Skeleton for your Filament Apps - ajmt93/filament-fabricator
Flare
Target class [filament-fabricator] does not exist. - The error occurred at http://127.0.0.1/company/1
1 Reply
So I think I've managed to narrow down the error to the package not being discovered in
composer dump-autoload
but it does install. I've never experienced this issue.
I've tried to change the repository to use "vcs" for the type, but that didn't install properly either.
Here is a chunk of the composer file in my main package: