singlestore-labs / singlestoredb-laravel-driver

The official SingleStore Laravel driver.
https://github.com/singlestore-labs/singlestore-laravel-driver
Apache License 2.0
223 stars 22 forks source link

add support for Laravel 10 #55

Closed ricardo-lobo closed 1 year ago

larskoole commented 1 year ago

There's a bit more work that needs to be done before v10 is supported. Some methods take more arguments now like addImpliedCommands in InlinesIndexes.php.

AdalbertMemSQL commented 1 year ago

Hi @ricardo-lobo , There is actually a bit more work needed to be done in order to support v10. I created a PR that implements it. Will appreciate your comments on it :)

AdalbertMemSQL commented 1 year ago

Closing this in favor of https://github.com/singlestore-labs/singlestoredb-laravel-driver/pull/57