gabrielmoura/flysystem-ipfs

Flysystem adapter for the ipfs

0.9 2021-07-01 17:20 UTC

This package is auto-updated.

Last update: 2024-04-29 04:59:17 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/'),
        ],