Closed k-yamasaki-zakisan closed 3 years ago
The error is as follows when uploading the avatar image as written in the title
When I checked the source code, this variable was null
dd($settings->toArray(), $settings->external_id); $path = Storage::put($settings->external_id, $file);
I think the intended function is to upload an image to the file path described below.
storage/Auth(user)->external_id/filename
If you can tell me the file path of the avatar image to upload, will I fix it? thanks!!
I'm sorry
It seems to be a function to upload images to AWS-S3
I had a misunderstanding
The error is as follows when uploading the avatar image as written in the title
When I checked the source code, this variable was null
I think the intended function is to upload an image to the file path described below.
If you can tell me the file path of the avatar image to upload, will I fix it? thanks!!