avglukh / fileuploader
Laravel package for Fileuploader innostudio js library
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/avglukh/fileuploader
This package is auto-updated.
Last update: 2025-12-05 21:57:00 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