noname

Results 3 comments of noname

PR opened: https://github.com/lazychaser/laravel-nestedset/pull/502

I have faced the same issue creating empty folders fails except if using what @NicolasCARPi suggested: $zip->addFile($directory . DIRECTORY_SEPARATOR, ''); However, testing the download of a zipStream causes unit test...

@bastien70 If it is okay for your customers I would suggest a simple solution to **just putting an empty file in all empty folders by default to keep the structure...