2017 © Pedro Peláez
 

library media-manager

A Media Manager Built With Vuejs & Laravel

image

ctf0/media-manager

A Media Manager Built With Vuejs & Laravel

  • Thursday, July 26, 2018
  • by ctf0
  • Repository
  • 18 Watchers
  • 254 Stars
  • 1,814 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 65 Forks
  • 2 Open issues
  • 64 Versions
  • 30 % Grown

The README.md

Laravel Media Manager
Browser Status Latest Stable Version Total Downloads
Browser Status

main card , (*1)


, (*2)

Installation

  • composer require ctf0/media-manager, (*3)

  • publish the package assets with, (*4)

    php artisan vendor:publish --provider="ctf0\MediaManager\MediaManagerServiceProvider", (*5)

  • after installation, run php artisan lmm:setup to add, (*6)

    • package routes to routes/web.php
    • package assets compiling to webpack.mix.js
  • for lock/unlock item/s we use a db "sqlite" but if you prefer to use something else you should run the migration, (*7)

    php artisan migrate
    
  • install dependencies, (*8)

    yarn add vue vue-ls vue-infinite-loading vue-image-compare2 vue-tippy@v2 vue2-filters vue-input-autowidth vue-notif vue-clipboard2 vue-awesome vue-touch@next vue-focuspoint-component axios dropzone cropperjs keycode lottie-web plyr fuse.js music-metadata-browser idb-keyval annyang
    yarn add buffer process --dev
    
  • add this one liner to your main js file and run npm run watch to compile your js/css files., (*9)

    // app.js
    
    // mix v5
    window.Vue = require('vue')
    
    // mix v6
    import Vue from 'vue'
    
    require('../assets/vendor/MediaManager/js/manager')
    
    new Vue({
        el: '#app'
    })
    


, (*10)

Config


, (*11)

Features

  • image editor
  • multi
    • upload
    • move/copy
    • delete
  • upload by either
    • using the upload panel
    • drag & drop anywhere
    • click & hold on an empty area "items container"
    • from a url "images only"
  • preview files before uploading
  • toggle between random/original names for uploaded files
  • asynchronous Updates
  • bulk selection
  • bookmark visited directories for quicker navigation
  • change item/s visibility
  • update the page url on navigation
  • show audio files info "artist, album, year, etc.."
  • dynamically hide files / folders
  • restrict access to path
  • download selected "including bulk selection"
  • directly copy selected file link
  • use the manager
  • auto scroll to selected item using "left, up, right, down, home, end"
  • lock/unlock item/s.
  • search in the current directory or globally through the entire collection.
  • filter by
    • folder
    • image
    • audio
    • video
    • text/pdf
    • application/archive
    • locked items
    • selected items
  • sort by
    • name
    • size
    • last modified
  • items count for
    • all
    • selected
    • search found
  • contents ratio bar
  • protection against overwriting (files/folders)
  • file name sanitization for
    • upload
    • rename
    • new folder
  • disable/enable buttons depend on the usage to avoid noise & keep the user focused
  • shortcuts / gestures
    • if no more rows available, pressing down will go to the last item in the list "same as native file manager".
    • when viewing a audio/video file in the preview card, pressing space will play/pause the item instead of closing the modal.
    • dbl click/tap
      • any file of type audio/video when sidebar is hidden, will open it in the preview card "same as images".
      • any file of type application/archive will download it.
    • all the left/right gestures have their counterparts available as well.
    • pressing esc while using the image editor wont close the modal but you can dbl click/tap the modal background to do so. "to avoid accidentally canceling your changes".

- the info sidebar is only available on big screens "> 1023px".
- to stop interfering with other keydown events you can toggle the manager listener through
EventHub.fire('disable-global-keys', true/false)., (*12)


, (*13)

navigation button keyboard click / tap touch
toggle upload panel (toolbar) u
refresh (toolbar) r hold "clear cache" pinch in (items container)
move/show movable list (toolbar) m / p
image editor (toolbar) e
delete (toolbar) d / del
lock/unlock (toolbar) l hold "anything but images"
change visibility (toolbar) v
toggle bulk selection (toolbar) b
(reset) bulk select all (toolbar) a
add to movable list (shopping cart) c / x *
move/show movable list (shopping cart) **
clear movable list (shopping cart) hold
toggle sidebar (path bar) t * swipe left/right (sidebar)
confirm (modal) enter
toggle preview image/pdf/text (item) space **
play/pause media (item) space **
hide (modal / upload-panel) esc
reset (search / bulk selection / filter / sorting) esc
reset upload showPreview esc
confirm upload showPreview enter
 
add to movable list (item) swipe up
delete (item) swipe down
rename (item) swipe left
image editor (item) hold
current ++ selected (item) shift + click
current + selected (item) alt/meta + click
create new folder ** (items container)
 
go to next "item" right * swipe left (preview)
go to prev "item" left * swipe right (preview)
go to first "item" home
go to last "item" end
go to next "row" down swipe up (preview)
go to prev "row" up swipe down (preview)
open folder enter **
go to prev "dir" folderName (path bar) backspace * swipe right (items container)


, (*14)

Events

type event-name description
JS
modal-show when modal is shown
modal-hide when modal is hidden
file_selected (when inside modal) get selected file url
multi_file_selected (when inside modal) get bulk selected files urls
folder_selected (when inside modal) get selected folder path
Laravel
MMFileUploaded($file_path, $mime_type, $options) get uploaded file storage path, mime type, custom options
MMFileSaved($file_path, $mime_type) get saved (edited/link) image full storage path, mime type
MMFileDeleted($file_path, $is_folder) get deleted file/folder storage path, if removed item is a folder
MMFileRenamed($old_path, $new_path) get renamed file/folder "old & new" storage path
MMFileMoved($old_path, $new_path) get moved file/folder "old & new" storage path


, (*15)

Usage

Wiki
Demo, (*16)

  • visit localhost:8000/media


, (*17)

Security

If you discover any security-related issues, please email ctf0-dev@protonmail.com., (*18)

The Versions

26/07 2018

dev-master

9999999-dev https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

18/07 2018

v3.1.4

3.1.4.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

01/07 2018

v3.1.3

3.1.3.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

23/06 2018

v3.1.2

3.1.2.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

17/06 2018

v3.1.1

3.1.1.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

16/06 2018

v3.1.0

3.1.0.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

01/06 2018

v3.0.5

3.0.5.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

31/05 2018

v3.0.4

3.0.4.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

17/05 2018

v3.0.3

3.0.3.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

12/05 2018

v3.0.2

3.0.2.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

02/05 2018

v3.0.1

3.0.1.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

23/04 2018

v3.0.0

3.0.0.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

18/04 2018

v2.6.2

2.6.2.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

09/04 2018

v2.6.1

2.6.1.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

21/03 2018

v2.6.0

2.6.0.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

05/03 2018

v2.5.9

2.5.9.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

21/02 2018

v2.5.8

2.5.8.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

20/02 2018

v2.5.7

2.5.7.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

16/02 2018

v2.5.6

2.5.6.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

14/02 2018

v2.5.5

2.5.5.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

10/02 2018

v2.5.4

2.5.4.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

08/02 2018

v2.5.3

2.5.3.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

19/01 2018

v2.5.2

2.5.2.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

17/01 2018

v2.5.1

2.5.1.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

16/01 2018

v2.5.0

2.5.0.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

31/12 2017

v2.4.2

2.4.2.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

28/12 2017

v2.4.1

2.4.1.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

25/12 2017

v2.4.0

2.4.0.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

23/12 2017

v2.3.8

2.3.8.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

20/12 2017

v2.3.7

2.3.7.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

17/12 2017

v2.3.6

2.3.6.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

16/12 2017

v2.3.5

2.3.5.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

14/12 2017

v2.3.4

2.3.4.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

13/12 2017

v2.3.3

2.3.3.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

10/12 2017

v2.3.2

2.3.2.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

07/12 2017

v2.3.1

2.3.1.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

04/12 2017

v2.3.0

2.3.0.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

27/11 2017

v2.2.1

2.2.1.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

20/11 2017

v2.2.0

2.2.0.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

13/11 2017

v2.1.0

2.1.0.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

31/10 2017

v2.0.2

2.0.2.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media gui mediamanager ctf0

27/10 2017

v2.0.1

2.0.1.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

25/10 2017

v2.0.0

2.0.0.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

19/10 2017

v1.3.6

1.3.6.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

13/10 2017

v1.3.5

1.3.5.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

11/10 2017

v1.3.4

1.3.4.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

08/10 2017

v1.3.3

1.3.3.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

23/09 2017

v1.3.2

1.3.2.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

21/09 2017

v1.3.1

1.3.1.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

21/09 2017

v1.3.0

1.3.0.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

18/09 2017

v1.2.3

1.2.3.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

16/09 2017

v1.2.2

1.2.2.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

13/09 2017

v1.2.1

1.2.1.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

01/09 2017

v1.2.0

1.2.0.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

30/08 2017

v1.1.0

1.1.0.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

30/08 2017

v1.0.8

1.0.8.0 https://github.com/ctf0/Laravel-Media-Manager

A Media Manager Built With Vuejs & Laravel

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

18/08 2017

v1.0.7

1.0.7.0 https://github.com/ctf0/Laravel-Media-Manager

media manager for the masses

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

07/08 2017

v1.0.6

1.0.6.0 https://github.com/ctf0/Laravel-Media-Manager

media manager for the masses

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

04/08 2017

v1.0.5

1.0.5.0 https://github.com/ctf0/Laravel-Media-Manager

media manager for the masses

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

03/08 2017

v1.0.4

1.0.4.0 https://github.com/ctf0/Laravel-Media-Manager

media manager for the masses

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

03/08 2017

v1.0.3

1.0.3.0 https://github.com/ctf0/Laravel-Media-Manager

media manager for the masses

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

20/07 2017

v1.0.2

1.0.2.0 https://github.com/ctf0/Laravel-Media-Manager

media manager for the masses

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

16/07 2017

v1.0.1

1.0.1.0 https://github.com/ctf0/Laravel-Media-Manager

media manager for the masses

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0

16/07 2017

v1.0.0

1.0.0.0 https://github.com/ctf0/Laravel-Media-Manager

media manager for the masses

  Sources   Download

MIT

The Requires

 

by Muah

laravel manager media ctf0