: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
class elFinderEditorZipArchive extends elFinderEditor
public function enabled()
return (!defined('ELFINDER_DISABLE_ZIPEDITOR') || !ELFINDER_DISABLE_ZIPEDITOR) &&
class_exists('Barryvdh\elFinderFlysystemDriver\Driver') &&
class_exists('League\Flysystem\Filesystem') &&
class_exists('League\Flysystem\ZipArchive\ZipArchiveAdapter');