silex-pimple-dumper icon indicating copy to clipboard operation
silex-pimple-dumper copied to clipboard

Pimple Container Dumper - Helper for https://github.com/Sorien/silex-idea-plugin

Results 5 silex-pimple-dumper issues
Sort by recently updated
recently updated
newest added

Please move dump logic (parse and write file) from service provider to another class (it s need for SlimPHP framework compatible)

Sometimes I create Silex applications that they do not support http requests. Then I have to do such combinations to make it work: ```php $app->handle(\Symfony\Component\HttpFoundation\Request::create('/_dump')); ``` Can you isolate the...

Format (in progress) defined here: https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Advanced+Metadata It would be nice if this plugin supported creating a compatible .phpstorm.meta.php Thanks.

Change `_dump`-controller callback from closure to `'class::method'`. This allows to avoid serialization errors while trying to cache routing-related stuff.

sample https://gist.github.com/Sorien/016509d1190477e40b0b