承接 tamirh67/filesmanager 相关项目开发

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

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

tamirh67/filesmanager

最新稳定版本:0.0.2

Composer 安装命令:

composer create-project tamirh67/filesmanager

包简介

package to manage any kind of file, upload/delete/show

README 文档

README

#Files Manager

A basic package to upload files in L5, with some examples of how to attach media to any object, list, show gallery of images, etc...

##Installation

Require this package in your composer.json and update composer. This will download the package

"tamirh67/filesmanager": "dev-master"

After updating composer, add the ServiceProvider to the providers array in config/app.php

'tamirh67\FilesManager\FilesManagerServiceProvider',
'Intervention\Image\ImageServiceProvider::class',

And add the ServiceProvider to the facades array in config/app.php

'Image'     => Intervention\Image\Facades\Image::class,

To publish the config settings in Laravel 5 use:

php artisan vendor:publish

This will add an filesmanager.php config file to your config folder.

Documentation

Support

Support only through Github. Please don't mail us about issues, make a Github issue instead.

Contributing

License

This package is licensed under MIT. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-17