Last active
January 22, 2023 18:27
-
-
Save gopalindians/3c62781409df77f5efb47cb188b95188 to your computer and use it in GitHub Desktop.
upload_and_access_files.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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