bazarov392/laravel-db-storage-files

File storage inside Mysql database.

1.1.1 2023-05-18 10:29 UTC

This package is auto-updated.

Last update: 2024-05-18 12:32:40 UTC


README

File storage inside MySQL database. This file storage is convenient if you need to have access to files from multiple servers and do not want to create separate FTP servers.

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