Download the PHP package samankhdev/lara-file without Composer
On this page you can find all versions of the php package samankhdev/lara-file. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download samankhdev/lara-file
More information about samankhdev/lara-file
Files in samankhdev/lara-file
Download samankhdev/lara-file
More information about samankhdev/lara-file
Files in samankhdev/lara-file
Vendor samankhdev
Package lara-file
Short Description This package of Laravel helps you to upload multiple files.
License MIT
Package lara-file
Short Description This package of Laravel helps you to upload multiple files.
License MIT
Please rate this library. Is it a good library?
Informations about the package lara-file
Intro
This package helps you, in addition to uploading multiple files for each file, specify which disk it should be on or which folder it should be in.
- The Package
ramsey/uuid
is used to hash file names.
Installation
Version 2
- Example
Single upload file
tips
- first param is your file
- second param is location of this file
- and last param choose disk default is
public
and optional - for example =>
products/img
will be inpublic/products/img
in -> storage - the result of push method is
boolean
Multiple upload files
Config
-
to change default -> default disk and default directory
- now you can see a file named laraFile.php in config directory .
Version 1
Usage
-
Example
-
Simple Uploading
-
In this example I want Upload my files in
public/images/
- In Another example I change disk
All versions of lara-file with dependencies
PHP Build Version
Package Version
The package samankhdev/lara-file contains the following files
Loading the files please wait ....