We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d1a65 commit 403637bCopy full SHA for 403637b
README.md
@@ -42,7 +42,7 @@
42
You can install the package via composer:
43
44
```bash
45
-composer require tursodatabase/turso-http-laravel
+composer require darkterminal/turso-http-laravel
46
```
47
48
Then register the service provider at `bootstrap/providers.php` array:
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "tursodatabase/turso-http-laravel",
+ "name": "darkterminal/turso-http-laravel",
3
"description": "A Turso HTTP SDK for Laravel",
4
"version": "1.0.1",
5
"keywords": [
@@ -90,4 +90,4 @@
90
},
91
"minimum-stability": "dev",
92
"prefer-stable": true
93
-}
+}
0 commit comments