Available MethodsbasePath()On this pagebasePath()->basePath(): stringGet the image path if it was loaded from a file.ParametersThis method has no parameters.Returnsstring: The image path.Exampleuse SergiX44\ImageZen\Image;$path = Image::make('path/to/image.jpg')->basePath();