Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unisharp/laravel-filemanager
Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
https://github.com/unisharp/laravel-filemanager
admin ckeditor file gallery laravel management media-gallery tinymce upload wysiwyg
Last synced: 7 days ago
JSON representation
Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
- Host: GitHub
- URL: https://github.com/unisharp/laravel-filemanager
- Owner: UniSharp
- License: mit
- Created: 2015-07-29T04:46:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T07:39:33.000Z (6 months ago)
- Last Synced: 2024-05-21T15:44:44.625Z (6 months ago)
- Topics: admin, ckeditor, file, gallery, laravel, management, media-gallery, tinymce, upload, wysiwyg
- Language: PHP
- Homepage: https://unisharp.github.io/laravel-filemanager/
- Size: 4.44 MB
- Stars: 2,023
- Watchers: 53
- Forks: 711
- Open Issues: 256
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: docs/security.md
Awesome Lists containing this project
README
![RWD demo](https://unisharp.github.io/laravel-filemanager/images/screenshots-v2.png)
Documents
・
Installation
・
Integration
・
Config
・
Customization
・
Events
・
Upgrade
・
Demo
・
FAQ## Features
* File upload and management
* Uploading validation
* Cropping and resizing of images
* RWD user interface, and can be entirely customized
* Supporting multiple files selection
* Supporting cloud storages integration(with Laravel file system)
* Multiple integration options:
* WYSIWYG editors integration (CKEditor, TinyMCE, Summernote)
* Standalone upload button
* Iframe
* Multi-user mode:
* Shared folders: all users can upload and manage files
* Private folders: dedicated folder for each user, only the owner can upload or manage files within
* Customizable routes, middlewares, views, and folder path
* Supports two categories: files and images. Each type works in different directory.
* Supported locales : ar, az, bg, cs, de, el, en, es, eu, fa, fr, he, hu, id, it, ka, nl, pl, pt, pt-BR, ro, rs, ru, sk, sv, tr, uk, vi, zh-CN, zh-TW## Maintainers
* [Stream](https://github.com/streamtw)
* [Youchen Lee](https://github.com/youchenlee)
* [Willem Leuverink](https://github.com/gwleuverink)## Contributors
* All [@UniSharp](https://github.com/UniSharp) members
* Security contributors (sort by alphabet)
* Ayon Hasan (@lollipopl337)
* Nathan
* [@mdnazmulhasan27771](https://github.com/mdnazmulhasan27771) the designer of our logo. (Licensed CC BY 4.0)
* [All contibutors](https://github.com/UniSharp/laravel-filemanager/graphs/contributors) from GitHub. (issues / PR)## Credits
* [@taswler](https://github.com/tsawler) the original author of this package.
* [@olivervogel](https://github.com/olivervogel) for the awesome [image library](https://github.com/Intervention/image).
* SVG Loaders by [Sam](http://samherbert.net/svg-loaders/) (Licensed MIT)
* Articles and videos which helped promoting this package.
* All users and you.