Hi, I have 3 models: User Post Comment Comment belongs to a user and a post. A user has many posts a...
Hello, Is it possible to create eloquent relations for the following situation: A blogs page where b...
ChrisRM said: This works, but you can shorten it a bit. { $user = User::where('username', '=', $...
I read a bit in the documentation and this is what I got right now: { $user = User::where('username...
sherwinncnadev said: Hi! This is what I'll do, I'll create three models. Blog, Post (I like to call...
The Laravel portal for problem solving, knowledge sharing and community building.
The community