mpernia/pouch-scanner
最新稳定版本:v1.0.7
Composer 安装命令:
composer require mpernia/pouch-scanner
包简介
Pouch Scanner
README 文档
README
Pouch Scanner - Vision
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
统计信息
- 总下载量: 1.34k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-09