Skip to content

Instantly share code, notes, and snippets.

@mhemrg
Created January 2, 2019 07:57
Show Gist options
  • Save mhemrg/f5e234b660e662de8741366ed1a571eb to your computer and use it in GitHub Desktop.
Save mhemrg/f5e234b660e662de8741366ed1a571eb to your computer and use it in GitHub Desktop.
<?php
use Illuminate\Support\Facades\Storage;
Storage::put('avatars/1', $fileContents);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment