ryangurnick / filesystem-database
Filesystem adapter to store files within the database
v1.0.2
2023-09-04 22:05 UTC
README
This package contains a filesystem adapter to store files within the database.
Installation
You can install the package via composer:
composer require ryangurnick/filesystem-database- Setup your .env to have proper database configuration.
- In the .env set
FILESYSTEM_DISK=database - Add
\Ryangurnick\FilesystemDatabase\FilesystemDatabaseServiceProvider::class,to the providers array inconfig/app.php php artisan migrate