Download the PHP package hexide-digital/file-uploader without Composer
On this page you can find all versions of the php package hexide-digital/file-uploader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hexide-digital/file-uploader
More information about hexide-digital/file-uploader
Files in hexide-digital/file-uploader
Package file-uploader
Short Description upload a large number of files
License MIT
Informations about the package file-uploader
File uploader
Upload a large number of files that will be harmoniously distributed in folders, which will allow access even through the terminal
Imagine you have a store with goods, each product has a slider with photos. While there are not many products, you can easily open and view them all, either through a file manager or console.
Now imagine, in one folder there are more than 8 thousand (or more) photos of products of users, etc., and you open this folder, no one will have a hard drive and / or little RAM.
Requirements
- php ^7.4|^8.0,
- laravel 8.*
Installation
The only thing you need to know is that it's just an add-on to the regular one Laravel
Storage
Facade, but when you save a file, it gets a multi-level nesting of folders in the path
Require this package with composer using the following command:
Add the following class to the providers
array in config/app.php
:
Add the following alias to the aliases
array in config/app.php
:
Usage
... is simple, use as a Storage
Most used method is put
His arguments
$file
- the file itself that you want to save;$type
- nested folder, where store file (for exampleimages
,files
,pdf
);$module
- can be empty, but it is recommended to specify for convenient search;$uniq_id
- if you want to save thefiles
in one place, for example,images
for one directory for the product, that you can say the product id andimage
will be saved near other product images or files,
Can I hire you guys?
Yes! Say hi: [email protected] We will be happy to work with you! Other work we’ve done
Follow us
Stay up to date with the latest Vuestic news! Follow us on LinkedIn or Facebook
License
All versions of file-uploader with dependencies
illuminate/support Version 7.x|8.x
illuminate/http Version 7.x|8.x
illuminate/database Version 7.x|8.x
laravel/framework Version ^8.0