mpernia/pouch-scanner 问题修复 & 功能扩展

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

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

mpernia/pouch-scanner

最新稳定版本:v1.0.7

Composer 安装命令:

composer require mpernia/pouch-scanner

包简介

Pouch Scanner

README 文档

README

POUCH SCANNER

Pouch Scanner - Vision

PHP Laravel License License

This repository is developed for Laravel Framework 9 or higher.

Contents

Installation

  • Create a new Laravel project with the following command:
      composer create-project laravel/laravel project-name
    
  • Open your project installation root directory in the terminal and run:
      composer require mpernia/pouch-scanner
    

Configuration

Host connection

$connection = new Connection(
    hostname: 'slim',
    username: 'admin',
    password: 'password',
    protocol: 'http',
    port: 8080
);

Storage settings

$settings = new StorageSetting(
    storageDirectory:'roll-requests',
    downloadImageDirectory: 'pouch-images',
    storageDisk: 'local',
    storageRequest: true,
    downloadImages: true
);

Publish files

The vendor:publish command is used to publish any assets that are available from third-party vendor packages.

The following commands lists and describes each of:

  • Config
      php artisan vendor:publish --tag=pouch-scanner-config
    

Demo

Pouch Scanner Demo

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-03-09