asseco-voice/laravel-content-driver
Composer 安装命令:
composer require asseco-voice/laravel-content-driver
包简介
Flysystem Adapter for the Content microservice
README 文档
README
Content driver
The purpose of this repository is to provide a driver for the Content service.
Installation
Require the package with composer require asseco-voice/laravel-content-driver.
Service provider will be registered automatically.
Setup
In order to use this repository the following variables must be se in your .env file:
FILESYSTEM_DRIVER- sets the driver that will be used. Must be set tocontentCONTENT_ROOT- directory that will be treated as the root directory for your app. By default, the snake cased name of your app will be usedCONTENT_API_URL- base URL of the Content serviceCONTENT_REPOSITORY- sets the default repository
Example:
FILESYSTEM_DRIVER=content
CONTENT_ROOT=contacts
CONTENT_API_URL=https://example/v1/content
CONTENT_REPOSITORY=dms
统计信息
- 总下载量: 6.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-01
