vuthaihoc / flysystem-my-storage
There is no license information available for the latest version (v0.1.5) of this package.
v0.1.5
2019-10-24 07:05 UTC
Requires
- php: >=7.0.0
- guzzlehttp/guzzle: ~6.0
- illuminate/cache: ^5.2|^6.0
- illuminate/support: ^5.2|^6.0
- league/flysystem: ^1.0.40
- nesbot/carbon: ^2.24
- spatie/url-signer: ^1.0
Requires (Dev)
- symfony/var-dumper: ^4.3
This package is auto-updated.
Last update: 2022-06-21 17:41:21 UTC
README
A Flysystem driver for my custom storage
Requirements
- A server with code from another my project
Usage
- Composer
composer require vuthaihoc/flysystem-my-storage
- Add service provider
Thikdev\LaFly\LaflyStorageProvider::class
- Config example
'flystorage_demo' => [
'driver' => 'lafly',
'host' => 'http://localhost/flystorage/public',
'username' => 'judah.yundt@example.net',
'password' => 'secret',
'connection' => 'local_001',
'cdn' => 'http://localhost/flystorage/public',
],