Support the ongoing development of Laravel.io →
Database Eloquent Laravel
Last updated 1 year ago.
0

I managed to find the solution.

In case someone else has this issue, the solution is this:

if (File::exists($userImage)) {
    unlink($userImage);
    Image::where('imageable_type', 'App\User')->where('imageable_id', $user->id)->delete();
}
Last updated 4 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Radu radu-s Joined 11 Oct 2019

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.