Log1x / filament-starter

A beautiful starting point for your next TALL stack project using Filament. ⚡
https://github.com/Log1x/filament-starter
MIT License
368 stars 55 forks source link

Upgrade to Laravel 11; #65

Closed tralves closed 3 months ago

tralves commented 3 months ago

Upgrades to Laravel 11. Everything works! The only problem is that croustibat/filament-jobs-monitor is not updated yet, so I am using a patched version.

tralves commented 3 months ago

Ok. The patch was merged to croustibat/filament-jobs-monitor and the creator deleted the branch... Unfortunately, we can't use the new version of croustibat/filament-jobs-monitor because another PR introduced a different bug.

I'll update the PR when this issue gets figured out.

Log1x commented 3 months ago

hey, thanks for getting this started! i would like to also get the skeleton slimmed down to be parallel with Laravel 11. I can try to work on this in the next few days while that jobs monitor bug gets sorted.

tralves commented 3 months ago

Should be fixed now. Works here.

tralves commented 3 months ago

ah. Failed because Laravel requires PHP >= 8.2.

Log1x commented 3 months ago

no problem! should be able to work on this today

Log1x commented 3 months ago

should be good! let me know if you spot any issues.