Skip to content

Instantly share code, notes, and snippets.

@gopalindians
Last active January 22, 2023 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gopalindians/3c62781409df77f5efb47cb188b95188 to your computer and use it in GitHub Desktop.
Save gopalindians/3c62781409df77f5efb47cb188b95188 to your computer and use it in GitHub Desktop.
upload_and_access_files.php
<?php
$file = Storage::disk('public')->put("attachments/", $attachment);
echo asset('storage/'.$attachment);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment