githen / laravel-jdt
基于laravel的校对通智能校对
Installs: 67
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/githen/laravel-jdt
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', ], ] ];