User has many Images and Album has many Images should be polymorphic relationships (with a normal relationship, how would you know if the image table foreign key refers to a user or a album ?)
User has many Albums is a standard one to many relationship.
I found this tutorial very helpful when trying to figure out polymorphic relationships.
The Laravel docs are also helpful. Laravel Docs Polymorphic Relationships
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community