06/07
2014
dev-master
9999999-devShow what is inside in your container.
MIT
The Requires
The Development Requires
Wallogit.com
2017 © Pedro Peláez
Show what is inside in your container.
Add dependency to your composer.json., (*1)
{
"require": {
"iakio/silex-containerdoc": "*"
}
}
and mount ContainerDocProvider to your Application Container., (*2)
$app->mount('/containerdoc', new iakio\containerdoc\ContainerDocProvider());
Then, just access /containerdoc., (*3)
, (*4)
Show what is inside in your container.
MIT