2017 © Pedro Peláez
 

library filemanager

Multi language file manager package

image

iemand002/filemanager

Multi language file manager package

  • Tuesday, July 24, 2018
  • by iemand002
  • Repository
  • 1 Watchers
  • 1 Stars
  • 41 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 8 % Grown

The README.md

laravel-filemanager

Multi language filem anager package based on http://laravelcoding.com/blog/laravel-5-beauty-upload-manager?tag=L5+Beauty
Using intervention/image to create image transforms (inspired by matriphe/imageupload)., (*1)

Installation

Requirements

  • Laravel 5.2 (version 0.3)
  • Twitter Bootstrap
  • Jquery

Composer

composer require iemand002/filemanager 0.3

Laravel

After that register the provider in your app.php config, (*2)

'providers' => [
    Iemand002\Filemanager\FilemanagerServiceProvider::class,
],

'aliases' => [
    'Filemanager' => Iemand002\Filemanager\FilemanagerFacade::class,
],

Add or edit in filesystems.php config the following disk, (*3)

'public' => [
    'driver' => 'local',
    'root' => public_path(config('filemanager.uploads.webpath')),
    'visibility' => 'public',
],

Publish configuration

The configuration file (filemanager.php), (*4)

php artisan vendor:publish --provider="Iemand002\Filemanager\FilemanagerServiceProvider" --tag="config"

The migration file (2017_12_29_004110_create_image_upload_table.php), (*5)

php artisan vendor:publish --provider="Iemand002\Filemanager\FilemanagerServiceProvider" --tag="migration"

The views (vendor/iemand002/filemanager), (*6)

php artisan vendor:publish --provider="Iemand002\Filemanager\FilemanagerServiceProvider" --tag="views"

How to use

Run the migration using php artsan migratebr/ Just surf to yourwebsite.io/admin/uploadbr/ By default it has the web middleware for Laravel 5.2br/ To change the required middlewares and the prefix change the config file

Get the url of the uploaded file in your blade via the uploadId: {{ Filemanager::getUrl(123) }}
If you wish to show a transformed version of an image add the optional $transfromHandle: {{ Filemanager::getUrl(123, "transformHandle") }}

Want to sync earlier uploaded files in the folder? Surf to yourwebsite.io/admin/sync to add missing files in the database., (*7)

Demo

See the demo folder on how to use it., (*8)

Build-in languages

  • Dutch (nl)
  • English (en)

The Versions

24/07 2018
24/07 2018
18/03 2018

dev-master

9999999-dev

Multi language file manager package

  Sources   Download

The Requires

 

by Ruud Lamers

laravel

18/03 2018

0.3.3

0.3.3.0

Multi language file manager package

  Sources   Download

The Requires

 

by Ruud Lamers

laravel

17/03 2018

0.3.2

0.3.2.0

Multi language file manager package

  Sources   Download

The Requires

 

by Ruud Lamers

laravel

14/01 2018

0.3.1

0.3.1.0

Multi language file manager package

  Sources   Download

The Requires

 

by Ruud Lamers

laravel

06/01 2018

0.3

0.3.0.0

Multi language file manager package

  Sources   Download

The Requires

 

by Ruud Lamers

laravel

30/12 2017

0.2

0.2.0.0

Multilanguage filemanager package based on tutorial from http://laravelcoding.com/blog/laravel-5-beauty-upload-manager?tag=L5+Beauty

  Sources   Download

The Requires

 

by Ruud Lamers

laravel

23/05 2016

0.1

0.1.0.0

Multilanguage filemanager package based on tutorial from http://laravelcoding.com/blog/laravel-5-beauty-upload-manager?tag=L5+Beauty

  Sources   Download

The Requires

 

by Ruud Lamers

laravel