Closed hkvstore closed 1 year ago
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:
Any idea? Thanks.
Answer: https://stackoverflow.com/questions/75770405/target-class-guest-does-not-exist
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:
When I ran the app and try to login, I got the following error:
Any idea? Thanks.