ZedoX
ZedoX
Could you share complete stacktrace / which line in `FilamentFabricatorServiceProvider` is throwing the error? > When I try to use it inside Docker and run Artisan commands, it always throws...
I am concerned that changes to `PageController` could be considered as "breaking", as users may have overridden this?
If you could work out locale support from https://github.com/Z3d0X/filament-fabricator/issues/75#issuecomment-1826744626, I'd be happy to make a 3.x release
> I think it's gonna be difficult and/or tricky to make it 1st-party. > > I think it should be a project-dependent configuration of the `Page` model class. Especially since...
Doesn't seem to be invalidating the cache properly https://github.com/Z3d0X/filament-fabricator/assets/75579178/d6bfbcea-3704-43ef-951b-e7d65fb5776d The `filament-fabricator:clear-routes-cache` seems to work fine tho.
I can't merge until https://github.com/Z3d0X/filament-fabricator/pull/119#issuecomment-1902490712 is fixed
> I've installed Laravel Pest and I noticed that the FilamentFabricator package has a TestCase included. Is this extendable and would it be preferred to use inside tests that involve...
@Voltra setup is for pest, you can see the sample test in the test folder. I could write basic tests for existing features, then you can add any additional tests...
This might also be the root cause of https://github.com/Z3d0X/filament-fabricator/issues/122
Should we deprecate this feature in favor of overriding the resource, for more control?