Skip to content

Instantly share code, notes, and snippets.

@katalystsol
Created January 4, 2018 20:33
Show Gist options
  • Save katalystsol/92478260170d1c02b83194629f4ee7bb to your computer and use it in GitHub Desktop.
Save katalystsol/92478260170d1c02b83194629f4ee7bb to your computer and use it in GitHub Desktop.
Get storage path used by the Laravel Storage facade
// set the disk('local') to the desired disk to check
Storage::disk('local')->getDriver()->getAdapter()->getPathPrefix();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment