vuthaihoc/flysystem-my-storage
My Storage Driver
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',
],
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707