Add Filament v4 support (v3.0.0)#132
Conversation
|
Thanks appreciate the v5 support @arbazajaz. I noticed one issue that needed to be the same as Filament action in
public function getSchema(Schema $schema): ?Schema
{
return $schema->components([
// ...
]);
} |
|
Hey! I wrote in another PR in this repo but got no reaction. Guys, do you have an alternative to this package that is supported and that I can migrate to? I’ve been waiting over 2 months for Filament 4+ support to be merged. |
|
The maintainer seems to have abandoned this repo. I used this package in my Backend 3.x setup, and I have now upgraded to FilamentPHP 4.x; however, this package is not compatible with version 4.x. I will likely have to find an alternative :) |
🚀 Filament v4 Support (v3.0.0)
This PR adds full compatibility with Filament v4.
Changes
Testing
Notes