Download the PHP package superbalist/laravel4-storage without Composer
On this page you can find all versions of the php package superbalist/laravel4-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download superbalist/laravel4-storage
More information about superbalist/laravel4-storage
Files in superbalist/laravel4-storage
Package laravel4-storage
Short Description A filesystem abstraction library for Laravel 4
License MIT
Informations about the package laravel4-storage
laravel4-storage
A filesystem abstraction library for Laravel 4
This package brings a filesystem abstraction layer to Laravel 4. This is an organic feature of Laravel 5 which uses the flysystem package under the hood. Please note that this is not a like-for-like version of the Laravel 5 package and that there may be suttle differences in configuration and method names. We're looking to make this package identical in a future major version to make the Laravel 4 -> 5 upgrade less painful.
Supported Adapters
- Local
- Rackspace (Cloud Files)
- Amazon Web Services (S3)
- Google Cloud
Installation
Register the service provider in app.php
Register the facade in app.php
Create a storage.php config file.
Create a services.php config file.
Usage
Please see http://flysystem.thephpleague.com/api/ for full documentation on the core API.
All functions provided by the core API are available behind the Storage
facade in Laravel.
All versions of laravel4-storage with dependencies
illuminate/support Version >=4.0.0 <5.0.0
league/flysystem Version ~1.0
league/flysystem-rackspace Version ~1.0
league/flysystem-aws-s3-v3 Version ~1.0
league/flysystem-cached-adapter Version ~1.0
superbalist/flysystem-google-storage Version ~7.2.2