Download the PHP package besanek/laravel-alias-storage without Composer
On this page you can find all versions of the php package besanek/laravel-alias-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-alias-storage
Laravel Alias Storage
Meta filesystem, witch you can acreate aliases for other filesystems.
Requirement
- PHP >= 8.1
- Laravel = 10.x
Installing
Basic Usage
In that case, calling Storage::disk('something')
will returns local filesystem.
Real life use case
In local development, you can store videos in local filesystem. But in production, you can set environment VIDEO_STORAGE=s3
and
your video uploads are stored and served from S3. Awesome!
All versions of laravel-alias-storage with dependencies
PHP Build Version
Package Version
Requires
illuminate/filesystem Version
^10.0|^11.0
illuminate/support Version ^10.0|^11.0
php Version ^8.1
illuminate/support Version ^10.0|^11.0
php Version ^8.1
The package besanek/laravel-alias-storage contains the following files
Loading the files please wait ....