Julio Montoya 5836fa5f19 Updating vendors | hace 11 años | |
---|---|---|
.. | ||
src | hace 11 años | |
tests | hace 11 años | |
.travis.yml | hace 11 años | |
LICENSE | hace 11 años | |
README.md | hace 11 años | |
composer.json | hace 11 años | |
composer.lock | hace 11 años | |
phpunit.xml.dist | hace 11 años |
#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