Looking to hire Laravel developers? Try LaraJobs

laravel-db-storage-files maintained by bazarov392

Description
File storage inside Mysql database.
Author
Last update
2023/05/18 12:29 (v1.1.x-dev)
License
Links
Downloads
35
Tags

Comments
comments powered by Disqus

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.