Martin de Keijzer

Results 8 comments of Martin de Keijzer

There are already some events available in the bundle where you can handle such things for some cases. The one I don't see is for directories, you might want to...

> The `getSubscribedServices` is not recommended however, Symfony advises that the app container should remain small. The best solution is to inject the required services via dependency injection as provided...

Is the file physically available on your server and does it have the right owner and rights?

The way we solved this is indeed with a listener; ```

This might be improved if [https://github.com/artgris/FileManagerBundle/pull/98](https://github.com/artgris/FileManagerBundle/pull/98) gets approved. No silver bullet yet though. `show_file_count: false` will hide the number of files per directory, but also disables the calculation which seemed...

This might be a 'problem' (there's a good reason for it) with VirtualBox itself; https://coderwall.com/p/qklo9w I don't think allowing symlinks by default would be a good option though. This would...

Set the milestone to 1.0.1 as Symfony Flex recipes require a separate repository; https://github.com/symfony/recipes-contrib

> An update of CI is needed as well (for new versions of Symfony and PHP) I added the newer versions in the commit to the Github Actions matrix definition