PHP code example of asayhome / asay-uploader

1. Go to this page and download the library: Download asayhome/asay-uploader library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

asayhome / asay-uploader example snippets


 protected $listeners = ['uploaderChange'];

 public function uploaderChange($fiels)
    {
        ...
    }

php artisan vendor:publish --tag=asayuploader-config

php artisan vendor:publish --tag=asayuploader-lang

php artisan vendor:publish --tag=asayuploader-views

php artisan vendor:publish --tag=asayuploader-assets