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

This package is auto-updated.

Last update: 2024-05-07 08:01:06 UTC


README

yashandb driver implementation for Laravel

安装

composer require oh86/laravel-yashan

配置

  1. config/app.php 中添加:
'providers' => [
    ...
    Oh86\LaravelYashan\YSServiceProvider::class,
    ...
],
  1. 配置env:
DB_CONNECTION=yashan
DB_HOST=172.21.49.185
DB_PORT=1688
DB_DATABASE=YHZX    # 模式
DB_USERNAME=xxx
DB_PASSWORD=xxx