Open Josje92 opened 1 year ago
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.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
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