/** * Determine if the given path is readable. * * @param string $path * * @return bool * @static */ public static function isReadable($path) { return \Illuminate\Filesystem\Filesystem::isReadable($path); }