定制 afzalsabbir/filemanager 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

afzalsabbir/filemanager

Composer 安装命令:

composer require afzalsabbir/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 afzalsabbir/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.

Theme

Setup \Backpack\FileManager\Middleware\FileManagerMiddleware

Add this line in file: app\Http\Kernel.php and property: $middlewareGroups['web']

protected $middlewareGroups = [
    'web' => [
        ...
        \Backpack\FileManager\Middleware\FileManagerMiddleware::class,
        ...
    ],
];

Then publish the config, assets and view files:

php artisan vendor:publish --provider=Backpack\FileManager\FileManagerServiceProvider

download.png

Usage

You can use elFinder in Backpack:

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.

统计信息

  • 总下载量: 127
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 1

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: CSS

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-05-29

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固