Download the PHP package mmieluch/laravel-vfs-provider without Composer
On this page you can find all versions of the php package mmieluch/laravel-vfs-provider. 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-vfs-provider
laravel-vfs-provider
A service provider intended to use with Laravel 5.x for The League Flysystem's wrapper around PHP-VFS library.
Installation
-
Update your project dependencies:
-
Register new service provider in
config/app.php
: - Update your
config/filesystems.php
file:
Now you can start using your new driver, just as you'd use a local
driver:
For full set of instructions on how to use the Laravel filesystem service visit Laravel's official documentation
TODO
- set up path prefix (configuration
root
), like in other drivers; - add tests.
Bugs? Suggestions?
Feel free to file an issue or submit a PR.
License
This package is open-sourced software licensed under the MIT license.
All versions of laravel-vfs-provider with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/support Version ^5.5|^6.0
illuminate/filesystem Version ^5.5|^6.0
league/flysystem-vfs Version ^1.0
illuminate/support Version ^5.5|^6.0
illuminate/filesystem Version ^5.5|^6.0
league/flysystem-vfs Version ^1.0
The package mmieluch/laravel-vfs-provider contains the following files
Loading the files please wait ....