avglukh/fileuploader

Laravel package for Fileuploader innostudio js library

v1.0.1 2021-04-01 08:36 UTC

This package is auto-updated.

Last update: 2024-04-05 18:24:19 UTC


README

Requirements

Tested on:
  • Laravel 5.4
  • Php 7.0
  • PostgreSQL 12

Install

Add to /config/app.conf in Providers section to end
\Avglukh\Fileuploader\FileUploaderServiceProvider::class
Write to terminal in project folder:
php artisan migrate
php artisan storage:link

Routes

route{{'fileuploader.index'}} with 'type' param of query

/fileuploader?type={param}
{param}
- prelaod
- upload
- resize
- rename
- remove
- asmain
- sort