laravel-db-storage-files maintained by bazarov392
Laravel DB Storage Files
- At the moment, it is only compatible with MySQL and Laravel because it uses models from Laravel.
Installion
Install package
composer require bazarov392/laravel-db-storage-files
Create a table with files in the database.
php artisan migrate --path=/vendor/bazarov392/laravel-db-storage-files/migrations
Usage
All necessary information is available in the docs directory.All necessary information is available in the "docs" directory.