tursodatabase / turso-docs

Turso Documentation
https://docs.turso.tech
MIT License
11 stars 54 forks source link

Issue on docs #224

Closed aarreedd closed 2 months ago

aarreedd commented 3 months ago

Path: /sdk/php/guides/laravel

I really want to use this, but install does not work and there are many issues. Does not feel production-ready.

1) curl --proto '=https' --tlsv1.2 -sSf "https://darkterminal.github.io/turso-php-installer/dist/turso-php-installer.phar" should be curl --proto '=https' --tlsv1.2 -sSf "https://darkterminal.github.io/turso-php-installer/dist/turso-php-installer.phar" -O

2) php --m | grep libsql should be php -m | grep libsql

3) After running turso-php-installer install it says "Turso Client is Ready!". Then I run php -m | grep libsql and libsql is not installed :(

4) The install script should be non-interactive. Currently that is not possible.

notrab commented 3 months ago

@darkterminal are you able to help out here and see what's going on?

darkterminal commented 3 months ago

I will work for that... thank you for reporting this issue...