oh86 / laravel-yashan
There is no license information available for the latest version (v1.0) of this package.
v1.0
2024-05-06 10:51 UTC
Requires
- php: ^7.3|^8.0
- ext-pdo: *
- ext-pdo_odbc: *
- doctrine/dbal: ^2.2
This package is auto-updated.
Last update: 2025-03-07 09:36:17 UTC
README
yashandb driver implementation for Laravel
安装
composer require oh86/laravel-yashan
配置
- 在
config/app.php
中添加:
'providers' => [
...
Oh86\LaravelYashan\YSServiceProvider::class,
...
],
- 配置env:
DB_CONNECTION=yashan
DB_HOST=172.21.49.185
DB_PORT=1688
DB_DATABASE=YHZX # 模式
DB_USERNAME=xxx
DB_PASSWORD=xxx