camya / filament-title-with-slug

"Title With Slug" Input - Easy Permalink Slugs for Filament Forms (PHP / Laravel / Livewire)
MIT License
130 stars 39 forks source link

Support v3 #23

Open mokhosh opened 1 year ago

mokhosh commented 1 year ago

Hey @camya, any plans to support v3 of Filament? This is the current state:

 - camya/filament-title-with-slug is locked to version v0.5.6 and an update of this package was not requested.
- camya/filament-title-with-slug v0.5.6 requires filament/filament ^2.16 -> found filament/filament[v2.16.0, ..., v2.17.50] but it conflicts with your root composer.json require (^3.0).
camya commented 1 year ago

Hi, thank you for the hint. If you have time for it, feel free to make a PR. This would be really appreciated.

rizkyanfasafm commented 1 year ago

Hello @camya can you review my PR?

blueshift9 commented 1 year ago

@rizkyanfasafm I can confirm that works, nice work.

camya commented 1 year ago

Hi @rizkyanfasafm

I can't find your PR.

camya commented 1 year ago

@rizkyanfasafm Ah, ok. This is a different PR.

I thought you spoke about the subject of this issue, which is "Support Filament v3" compatibility. :)

Log1x commented 1 year ago

https://github.com/camya/filament-title-with-slug/pull/24

bashgeek commented 1 year ago

In case someone is interested in this, we forked this and applied the already provided v3 PR to it and made it run fine for v3 here: composer require blendbyte/filament-title-with-slug

It's a drop-in replacement and works out of the box (just replace it in your composer.json) and will work until the upstream here is fixed and maintained again.