You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read that starting support is from Laravel version 9.21.
I was on 8 so had to upgrade my project anyway, so I did.
I'm currently at 9.52.7.
I can't get it to install. Might be a thirdparty package obviously, but it also says illuminate/database is required, which got replaced by Laravel itself in version 9 (line 69).
It should only be supported for Laravel 10 as of now, so let me adjust the Readme. We did support both at 1 point but the Laravel model show command dependacy was changed so we only the support the latest version now. You may give install a lower version like v2.0.0 a try, or try with Laravel 10 installed.
What happened?
I read that starting support is from Laravel version 9.21.
I was on 8 so had to upgrade my project anyway, so I did.
I'm currently at 9.52.7.
I can't get it to install. Might be a thirdparty package obviously, but it also says illuminate/database is required, which got replaced by Laravel itself in version 9 (line 69).
Any suggestions on how to proceed?
Expected Behavior
Installing the package.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: