web-twain-document-scan-management

Web Document Scanning in PHP Laravel

This sample demonstrates how to develop a web application for scanning and uploading documents using Laravel and the Dynamic Web TWAIN SDK.

Prerequisites

How to Run This Sample

  1. Enter the license key in resources\views\dwt_upload.blade.php:

     Dynamsoft.DWT.ProductKey = 'LICENSE-KEY';
    
  2. Activate the fileinfo extension in php.ini:

    php fileinfo extension

  3. Start the web server:

     composer update
     composer install
     php artisan serve
    
  4. Visit http://127.0.0.1:8000/dwt_upload in your web browser.

    php fileinfo extension

Blog

How to Scan and Upload Documents in PHP Laravel Project