mpernia/pouch-scanner

Pouch Scanner

v1.0.7 2024-03-19 09:55 UTC

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