We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorry but I always have the same problem with the same configuration. Any help about this ?
_Originally posted by @quaidesbalises in #5 (comment)
The text was updated successfully, but these errors were encountered:
I have tried with all the different options, s3, local and your s3 account too. It worked every time.
last thing I will suggest you to override following method in your model:
/** * Delete an Image * * @param $filePath */ public function deleteImage($filePath) { if ($this->getStorageDisk()->exists($filePath)) { $this->getStorageDisk()->delete($filePath); } }
put some dump($filePath) and see what it's returning, also try manually deleting an image from artisan tinker:
> \Storage::disk('s3')->delete($filePathFromDatabase);
If none works then I guess something is wrong in s3 settings.
Sorry, something went wrong.
@quaidesbalises please close this issue if it was resolved
No branches or pull requests
Sorry but I always have the same problem with the same configuration. Any help about this ?
_Originally posted by @quaidesbalises in #5 (comment)
The text was updated successfully, but these errors were encountered: