gabrielmoura / flysystem-ipfs
Flysystem adapter for the ipfs
0.9
2021-07-01 17:20 UTC
Requires
- php: >=5.5.0
- cloutier/php-ipfs-api: 0.0.6
- league/flysystem: 1.*
Requires (Dev)
- henrikbjorn/phpspec-code-coverage: ~1.0.1
- phpspec/phpspec: ^2.0.0
This package is auto-updated.
Last update: 2024-10-29 06:25:09 UTC
README
Este pacote tenta integrar o Laravel ao IPFS. Caso veja alguma melhoria não hesite em falar.
This package tries to integrate Laravel with IPFS. If you see any improvement, please don't hesitate to talk.
config/filesystems.php:
'ipfs' => [ 'driver' => 'ipfs', 'host' => env('IPFS_ADDRESS', 'http://127.0.0.1:5001/api/v0'), 'root' => env('IPFS_ROOT', '/laravel'), 'url' => env('IPFS_URL', 'https://cloudflare-ipfs.com/ipfs/'), ],