ryangurnick/filesystem-database

Filesystem adapter to store files within the database

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

This package is auto-updated.

Last update: 2024-09-05 00:06:55 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