Julio Montoya 5836fa5f19 Updating vendors | пре 11 година | |
---|---|---|
.. | ||
src | пре 11 година | |
tests | пре 11 година | |
.travis.yml | пре 11 година | |
LICENSE | пре 11 година | |
README.md | пре 11 година | |
composer.json | пре 11 година | |
composer.lock | пре 11 година | |
phpunit.xml.dist | пре 11 година |
#Silex Filesystem Service Provider
This is a Silex Service Provider for Symfony Filesystem Component.
##Installation
Add it using composer :
{
"require": {
"neutron/silex-filesystem-provider": "dev-master"
}
}
##Usage
use Silex\Application;
use Neutron\Silex\Provider\FilesystemServiceProvider;
$app = new Application();
$app->register(new FilesystemServiceProvider());
##License
This is released under the MIT license