Hi @kettasoft, I tried adding this project to a Laravel 13 app, but realised this package only supports Laravel 10-12.
In the compser.json for the package, I noticed:
"illuminate/database": "^10.0|^11.0|^12.0",
"illuminate/support": "^10.0|^11.0|^12.0",
Are there any plans to support Laravel 13?
Hi @kettasoft, I tried adding this project to a Laravel 13 app, but realised this package only supports Laravel 10-12.
In the
compser.jsonfor the package, I noticed:Are there any plans to support Laravel 13?