githen/laravel-percent 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

githen/laravel-percent

最新稳定版本:v1.0.6

Composer 安装命令:

composer require githen/laravel-percent

包简介

基于laravel的百分点智能媒体校对

README 文档

README

基于laravel的百分点智能媒体校对

image image image

安装

composer require githen/laravel-percent:~v1.0.0

# 迁移配置文件
php artisan vendor:publish --provider="Githen\LaravelPercent\Providers\PercentServiceProvider"

配置文件说明

生成percent.php上传配置文件

<?php
return [
    /*
    |--------------------------------------------------------------------------
    | 百分点配置
    |--------------------------------------------------------------------------
    |
    */
    // 登录信息
    'name' => 'admin',
    'password' => '111111',
    'disk' => 'local',
    'auth_file' => 'app/data/percent/admin.txt',// 每个账号的auth_file不能相同
    'sub_account' => [
        10 => [
            'name' => 'admin1',
            'password' => '111111',
            'disk' => 'local',
            'auth_file' => 'app/data/percent/admin1.txt', 
        ],
    ]
    
];

统计信息

  • 总下载量: 186
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-25