asseco-voice / laravel-content-driver
Flysystem Adapter for the Content microservice
Installs: 4 802
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 0
Open Issues: 3
Requires
- php: ^8.1
- ext-json: *
- asseco-voice/laravel-common: ^3.0
- guzzlehttp/guzzle: ^7.0
- laravel/framework: ^10.0
Requires (Dev)
- fakerphp/faker: ^1.9.1
- mockery/mockery: ^1.4.4
- orchestra/testbench: ^8.5
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2025-03-31 03:25:44 UTC
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 tocontent
CONTENT_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