tursodatabase / turso-driver-laravel

Turso Driver for Laravel with Native libSQL
https://turso.tech/sdk/php/guides/laravel
MIT License
58 stars 6 forks source link

[Bug]: Migration failed #1

Closed chisomgbata closed 3 months ago

chisomgbata commented 3 months ago

What happened?

I cannot setup turso and laravel, installed the libsql and the turso-driver-laravel, but on running php artisan migrate i get

` Call to a member function fetchArray() on array

at vendor/tursodatabase/turso-driver-laravel/src/Database/LibSQLPDOStatement.php:53`

How to reproduce the bug

I cannot setup turso and laravel, installed the libsql and the turso-driver-laravel, but on running php artisan migrate i get

` Call to a member function fetchArray() on array

at vendor/tursodatabase/turso-driver-laravel/src/Database/LibSQLPDOStatement.php:53`

Package Version

1.0.4

PHP Version

8.3.7

Laravel Version

11.10.0

Which operating systems does with happen with?

Linux

Notes

No response

darkterminal commented 3 months ago

Thank you for reporting this issue...

I will check it and fix it. Sorry for late response...

darkterminal commented 3 months ago

Hi @chisomgbata I just fix the migration. You can update to latest version :tada: