Laravel-Log-Reader
Laravel-Log-Reader copied to clipboard
Please, don't use GLOB_BRACE
Please, refactor the LogReader
class and remove the GLOB_BRACE
usage due to inability of using the package on Alpine containers. Thanks!
Hi, in Zend Framework it has been solved like this:
defined('GLOB_BRACE') ? GLOB_BRACE : 0
Here is the PR https://github.com/zendframework/zend-stdlib/pull/59
@yvoitenko : This issue was fixed in commit c5bfb0f361383089934cd4059d7a37b9c2640609 and released in release 2.3.0