承接 cmxperts/media-manager 相关项目开发

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

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

cmxperts/media-manager

最新稳定版本:v1.03

Composer 安装命令:

composer require cmxperts/media-manager

包简介

Media Manager, Upload, Add, Delete Media Files

README 文档

README

Media Manager Upload/Delete Manage your Media for Laravel 10

Installation

  1. Run
composer require cmxperts/media-manager

Step 2 & 3 are optional if you are using laravel 5.5

  1. Add the following class, to "providers" array in the file config/app.php (optional on laravel 5.5)
CmXperts\MediaManager\Providers\CmXpertsMediaManagerServiceProvider::class,
  1. Run publish
php artisan vendor:publish --provider="CmXperts\MediaManager\Providers\CmXpertsMediaManager"
  1. Configure (optional) in config/cmx_media.php :
  • CUSTOM MIDDLEWARE: You can add you own middleware
  • TABLE PREFIX: By default this package will create 1 new table named "uploads" but you can still add your own table prefix avoiding conflict with existing table
  • TABLE NAME If you want use specific name of table you have to modify that and the migrations
  • Custom routes If you want to edit the route path you can edit the field
  1. Run migrate
php artisan migrate

DONE

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-26