stephenjude / filament-blog

A faceless blog content manager with configurable richtext and markdown support for filament admin panel
MIT License
147 stars 34 forks source link

Laravel 10 Compatibility #24

Closed richdynamix closed 1 year ago

richdynamix commented 1 year ago

This PR adds compatibility with Laravel 10. Dependencies are updated along with the GitHub actions run-tests workflow.

Dropped support for Laravel 8 and PHP 8.0

stephenjude commented 1 year ago

@richdynamix thanks for this PR.

Can you check why the test workflow is failing?

richdynamix commented 1 year ago

Hi @stephenjude

I am investigating now. It seems to be failing to find filament-support::grid within the core. I have ran the test on the base branch and same issue.

I'll let you know when I have found a solution.

stephenjude commented 1 year ago

Well done @richdynamix

looks like we are dealing with issues from FilamentPHP itself. I will be waiting for your feedback.

ShaungBhone commented 1 year ago

@richdynamix @stephenjude. I'm waiting this PR for my next project.