ryangurnick/filesystem-database

Filesystem adapter to store files within the database

Installs: 213

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/ryangurnick/filesystem-database

v1.0.2 2023-09-04 22:05 UTC

This package is auto-updated.

Last update: 2025-10-05 02:18:22 UTC


README

This package contains a filesystem adapter to store files within the database.

Installation

You can install the package via composer:

  1. composer require ryangurnick/filesystem-database
  2. Setup your .env to have proper database configuration.
  3. In the .env set FILESYSTEM_DISK=database
  4. Add \Ryangurnick\FilesystemDatabase\FilesystemDatabaseServiceProvider::class, to the providers array in config/app.php
  5. php artisan migrate