munafio/chatify-demo

Does not work with Laravel 9

hkvstore opened this issue · 1 comments

Hi, thank you for creating such a good app. I tried with Laravel 10 and it works fine.

Then I tried Laravel 9 by changing the follows in the composer.json only:

        "php": "^8.0.2",
        "laravel/framework": "^9.52.4",
        "spatie/laravel-ignition": "^1.6.4"

When I ran the app and try to login, I got the following error:
image

Any idea? Thanks.