Issue with php 8 146 : return $path{0} == '/' ? '/' . $normalizedPath : $normalizedPath; change to 146 : return $path[0] == '/' ? '/' . $normalizedPath : $normalizedPath;