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
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