Laravel Application Helper: storage_path
storage_path($path = '') The storage_path will return the path to the storage directory. It can also be used to construct paths relative to the storage directory if a $path is supplied. The following examples will assume that the Laravel...