2017 © Pedro Peláez
 

library filemanager-laravel4-s3

Filemanager for Laravel 4 with S3 integration

image

vovanmix/filemanager-laravel4-s3

Filemanager for Laravel 4 with S3 integration

  • Friday, September 4, 2015
  • by vovanmix
  • Repository
  • 1 Watchers
  • 2 Stars
  • 121 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 46 Forks
  • 0 Open issues
  • 9 Versions
  • 5 % Grown

The README.md

Filemanager for Laravel 4

Based on https://github.com/simogeo/Filemanager, (*1)

Requires

"intervention/image": "2.*", (*2)

Installation

Edit your composer.json., (*3)

"require": {
    "vovanmix/filemanager-laravel4-s3": "1.*"
}

Run, (*4)

composer update

Add to your file app.php if you ant to use S3:, (*5)

'Vovanmix\FilemanagerLaravel4S3\FilemanagerLaravelS3ServiceProvider',

For store file locally:, (*6)

'Vovanmix\FilemanagerLaravel4S3\FilemanagerLaravelServiceProvider',

Add in routes.php, (*7)

Route::group(array('before' => 'auth'), function(){
    Route::controller('filemanager', 'FilemanagerLaravelController');
});

Copy your filemanager folder to public, (*8)

php artisan asset:publish --path="vendor/Vovanmix/filemanager-laravel4-s3/public" "../"

The Versions

04/09 2015

dev-master

9999999-dev

Filemanager for Laravel 4 with S3 integration

  Sources   Download

MIT

The Requires

 

by Guillermo M.

04/09 2015

1.0.12

1.0.12.0

Filemanager for Laravel 4 with S3 integration

  Sources   Download

MIT

The Requires

 

by Guillermo M.

04/09 2015

1.0.11

1.0.11.0

Filemanager for Laravel 4 with S3 integration

  Sources   Download

MIT

The Requires

 

by Guillermo M.

04/09 2015

1.0.10

1.0.10.0

Filemanager for Laravel 4 with S3 integration

  Sources   Download

MIT

The Requires

 

by Guillermo M.

04/09 2015

1.0.9

1.0.9.0

Filemanager for Laravel 4 with S3 integration

  Sources   Download

MIT

The Requires

 

by Guillermo M.

30/08 2014

1.0.8

1.0.8.0

Filemanager for Laravel 4

  Sources   Download

MIT

The Requires

 

by Guillermo M.

04/08 2014

1.0.7

1.0.7.0

Filemanager for Laravel 4

  Sources   Download

MIT

The Requires

 

by Guillermo M.

04/08 2014

1.0.6

1.0.6.0

Filemanager for Laravel 4

  Sources   Download

MIT

The Requires

 

by Guillermo M.

03/08 2014

1.0

1.0.0.0

Filemanager for Laravel 4

  Sources   Download

MIT

The Requires

 

by Guillermo M.