boing6002/filemanager
Composer 安装命令:
composer require boing6002/filemanager
包简介
File manager dependency for Laravel Enso
README 文档
README
File manager dependency for Laravel Enso.
click on the photo to view a short demo in compatible browsers
Features
- provides a generic approach when working with files through using a
Filemodel - package comes with a
HasFiletrait that can be added to models who work with files - has utility classes for the upload, download, inline-opening and deletion of files
- on upload, performs validation of the file and checks the extension and the mime type
- handles the optimization and resize for the supported image file types
- for upload and deletion, the changes are committed only if the filesystem operation was successful
- works with a
FileUploaderVueJS component that handles the selection of files and POSTs them to the specified route - uses a policy to restrict access/changes to files that don't belong to the respective user
- provides a unified interface where you can view all the files you are working with, that you have access to, as well as search and filter them
- the types of files that are visible in the interfaces are configurable
Configuration & Usage
Be sure to check out the full documentation for this package available at docs.laravel-enso.com
Contributions
are welcome. Pull requests are great, but issues are good too.
License
This package is released under the MIT license.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-01-24