Download the PHP package vmorozov/laravel-file-uploads without Composer
On this page you can find all versions of the php package vmorozov/laravel-file-uploads. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vmorozov/laravel-file-uploads
More information about vmorozov/laravel-file-uploads
Files in vmorozov/laravel-file-uploads
Download vmorozov/laravel-file-uploads
More information about vmorozov/laravel-file-uploads
Files in vmorozov/laravel-file-uploads
Vendor vmorozov
Package laravel-file-uploads
Short Description This package provides a convenient way to upload files to the cloud storage amazon s3 or locally fast in Laravel
License MIT
Package laravel-file-uploads
Short Description This package provides a convenient way to upload files to the cloud storage amazon s3 or locally fast in Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-file-uploads
laravel-file-uploads
A package for convenient way to upload files to the different storages
Installation
-
Run the command below to add this package:
-
Open your
config/app.php
and add the following to the providers array: - Run the command below to publish the package config file config/file_uploads.php:
Configuration
Go to the file
There you have an ability to set:
- default storage to upload file (default is: local)
- default image quality (default is: 100)
- default folder to put your uploads (default is: public/user-uploads)
Usage
To upload file:
To upload base64 string of image:
All versions of laravel-file-uploads with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/http Version >=5.4
illuminate/support Version >=5.4
intervention/image Version ^2.4|^6.0
league/flysystem Version ^1.0
league/flysystem-aws-s3-v3 Version ^1.0
illuminate/http Version >=5.4
illuminate/support Version >=5.4
intervention/image Version ^2.4|^6.0
league/flysystem Version ^1.0
league/flysystem-aws-s3-v3 Version ^1.0
The package vmorozov/laravel-file-uploads contains the following files
Loading the files please wait ....