Level 3
FYI: I have followed the instructions here to set up the azure filesystem: http://matthewdaly.co.uk/blog/2016/10/24/creating-an-azure-storage-adapter-for-laravel/
1 like
I am trying to copy a file using the storage facade but keep getting a "FileNotFoundException in Filesystem.php line 385" error.
Current code:
$contents = Storage::disk('azure')->copy('C:/laragon/www/rfq-portal/public/uploads/20170428050403_caret.png', 'file1.png');
I have tried a number of combinations of full path, relative path etc, but no luck. When I go to the full path (as above) I get the image shown. Any idea what might be the cause, or what path I should be using?
Please or to participate in this conversation.