Devise\Media\MediaPaths::makeRelativePath PHP Method

makeRelativePath() public method

Make this path relative to public directory
public makeRelativePath ( $path ) : string
$path
return string
    public function makeRelativePath($path)
    {
        return str_replace($this->basepath, '', $path);
    }