> ## Documentation Index
> Fetch the complete documentation index at: https://darkterminal.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> LibSQL Driver Laravel Package Installation

You can install the package via composer:

```shell theme={null}
composer require darkterminal/libsql-driver-laravel
```

Then you can publish package vendor using this command:

```shell theme={null}
php artisan vendor:publish --tag=libsql-driver-laravel
```
