Download the PHP package xrobau/laravel-sql-storage without Composer
On this page you can find all versions of the php package xrobau/laravel-sql-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xrobau/laravel-sql-storage
More information about xrobau/laravel-sql-storage
Files in xrobau/laravel-sql-storage
Download xrobau/laravel-sql-storage
More information about xrobau/laravel-sql-storage
Files in xrobau/laravel-sql-storage
Vendor xrobau
Package laravel-sql-storage
Short Description Use MySQL as a filesystem.
License AGPL-3.0-or-later
Package laravel-sql-storage
Short Description Use MySQL as a filesystem.
License AGPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package laravel-sql-storage
Laravel Storage using MySQL
This was created because I needed to store 10+m files, linked to 1m+ identifiers, and using NFS was unwieldy.
I threw this together in an afternoon. It's probably missing a bunch of stuff, including the ability to list directories.
Listing files is incomplete, but will be added shortly (hint: FileModel with a trailing slash on the path)
Basic Instructions
Install
composer require xrobau/laravel-sql-storage
Run the migrations
php artisan migrate
It will make two tables - sqlstorage and sqlstorage_blobstore.
Usage
All versions of laravel-sql-storage with dependencies
PHP Build Version
Package Version
No informations.
The package xrobau/laravel-sql-storage contains the following files
Loading the files please wait ...