Hi guys, I'm having a hard time writing these two queries into one. $topic = Topic::where('slug', '=...
I'm trying to implement post formats on a project, much like WP does it. Post formats are used to gi...
Thanks delmadord, That produced an method not found exception. Adding ->first() made it work. Fin...
Yep, that would work and that's exactly how WordPress does it. While it would work fine, I was looki...
No, that part is easy. I'm asking where in database should I store format metadata like youtube link...
The Laravel portal for problem solving, knowledge sharing and community building.
The community