2017 © Pedro Peláez
 

library laravel-file-uploader

File upload backend

image

trikey/laravel-file-uploader

File upload backend

  • Monday, July 30, 2018
  • by trikey
  • Repository
  • 2 Watchers
  • 0 Stars
  • 176 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 87 % Grown

The README.md

laravel-file-uploader

Installation

composer require trikey/laravel-file-uploader

If you are on laravel 5.5+, then you are ready to go., (*1)

Those who are on older versions of laravel , add this to providers in config/app.php:, (*2)

\Trikey\FileUploader\FileUploaderServiceProvider::class,

This package also adds table to keep files in, so run:, (*3)

php artisan migrate

You can set these params in env:, (*4)

FILE_UPLOADER_DISK to specify filesystem disk which will be used to store files, defaults to local

FILE_UPLOADER_PATH is a path on a disk where files will be stores, defaults to uploads

The Versions

30/07 2018

dev-master

9999999-dev

File upload backend

  Sources   Download

by Ivan Belitskii

21/02 2018

1.2.0

1.2.0.0

File upload backend

  Sources   Download

by Ivan Belitskii

21/02 2018

1.1.2

1.1.2.0

File upload backend

  Sources   Download

by Ivan Belitskii

21/02 2018

1.1.1

1.1.1.0

File upload backend

  Sources   Download

by Ivan Belitskii

21/02 2018

1.1.0

1.1.0.0

File upload backend

  Sources   Download

by Ivan Belitskii

19/02 2018

1.0.2

1.0.2.0

File upload backend

  Sources   Download

by Ivan Belitskii

19/02 2018

1.0.1

1.0.1.0

File upload backend

  Sources   Download

by Ivan Belitskii

19/02 2018

1.0.0

1.0.0.0

File upload backend

  Sources   Download

by Ivan Belitskii