承接 backpack/filemanager 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

backpack/filemanager

最新稳定版本:4.0.2

Composer 安装命令:

composer require backpack/filemanager

包简介

Backpack admin interface for files and folder, using elFinder

README 文档

README

Latest Version on Packagist Total Downloads Build Status StyleCI

Backpack admin interface for files and folder, using barryvdh/laravel-elfinder. This package literally just:

  • creates a public/uploads folder;
  • installs barryvdh/laravel-elfinder;
  • publishes an elFinder config and view, for elFinder to play nice with Backpack;
  • adds a menu item to the sidebar;

https://backpackforlaravel.com/uploads/docs-4-0/media_library.png

Installation

From your command line, require the package (this will also require barryvdh/laravel-elfinder):

composer require backpack/filemanager

Then run the install process:

php artisan backpack:filemanager:install

That's it. Hit refresh in your admin panel, and you'll find a new sidebar item pointing to the File Manager.

Usage

You can use elFinder in Backpack:

  • stand-alone, by accessing the /admin/elfinder route (see screenshot above);
  • inside the browse, browse_multiple;

Customization

You can publish the views to your resources/views/vendor/backpack/filemanager folder by running:

php artisan vendor:publish --provider="Backpack\FileManager\FileManagerServiceProvider" --tag="elfinder-views"
php artisan vendor:publish --provider="Backpack\FileManager\FileManagerServiceProvider" --tag="elfinder-fields"
php artisan vendor:publish --provider="Backpack\FileManager\FileManagerServiceProvider" --tag="elfinder-columns"

Upgrade

To upgrade from v3 to v4 of this package:

# remove the published blade views
rm -rf resources/views/vendor/elfinder

Security

If you discover any security related issues, please email tabacitu@backpackforlaravel.com instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.

统计信息

  • 总下载量: 445.93k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 100
  • 点击次数: 1
  • 依赖项目数: 10
  • 推荐数: 17

GitHub 信息

  • Stars: 99
  • Watchers: 4
  • Forks: 22
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-03-21