Z3d0X / filament-fabricator

Block-Based Page Builder Skeleton for your Filament Apps
https://filamentphp.com/plugins/fabricator
MIT License
269 stars 52 forks source link

Unable to install V2 of this package with Filament 3.x #86

Closed viraljetani closed 1 year ago

viraljetani commented 1 year ago

Tried installing the package but I am getting a sub-dependency error about pboivin/filament-peek ^2.0

I am on Laravel ^10.10, Filament ^3.0-stable

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires z3d0x/filament-fabricator ^2.0 -> satisfiable by z3d0x/filament-fabricator[v2.0.0, v2.0.1].
    - z3d0x/filament-fabricator[v2.0.0, ..., v2.0.1] require pboivin/filament-peek ^2.0 -> found pboivin/filament-peek[v2.0.0-alpha1, ..., 2.x-dev] but it does not match your minimum-stability.
viraljetani commented 1 year ago

For a workaround I installed the package - pboivin/filament-peek:"^2.0.0-beta4" before installing this package and I was able to install it successfully.

rolfkempf commented 1 year ago

The workaround is fine but I think the issue should stay open. The missing dependancy could prevent users from trying this package because the installation doesn´t work as expected.

Z3d0X commented 1 year ago

fixed by https://github.com/Z3d0X/filament-fabricator/commit/771de45e59a6fba07ba9d42e1492beeef003a3bc

pboivin commented 1 year ago

Hey folks, I just released Peek 2.0 which should avoid the confusion. There are still minor issues related to Filament v3 but, to the best of my knowledge, nothing that should impact the plugin in the context of Fabricator.