githen / laravel-jdt
基于laravel的校对通智能校对
v1.0.0
2025-05-26 05:14 UTC
Requires
- php: ^7.3
- ext-json: *
- guzzlehttp/guzzle: ~6.0|^7.0
- illuminate/support: ^6.20|^8.0
README
基于laravel的校对通智能校对
安装
composer require githen/laravel-jdt:~v1.0.0 # 迁移配置文件 php artisan vendor:publish --provider="Githen\LaravelJdt\Providers\JdtServiceProvider"
配置文件说明
生成jdt.php
上传配置文件
<?php return [ /* |-------------------------------------------------------------------------- | 校对通配置 |-------------------------------------------------------------------------- | */ // 登录信息 'app_id' => 'admin', 'app_secret' => '111111', 'disk' => 'local', 'auth_file' => 'app/data/jdt/jdt.txt', 'son_user' => [ 10 => [ 'son_user_id' => 'admin', ], ] ];