Even if it included some Raw elements. :) Select concat(places.path, child_places.id, '/') as p...
I have a Contact(contacts) Model. I have a pivot Model ContactContact(contact_contact). I am trying...
For anyone following along, this Laracast provides some valuable insights: https://laracasts.com/ser...
jimgwhit said: You do know that eloquent queries are really a short-cut right? At run time they are...
Thank you @rickshawhobo, withPivot put me on the right track. It's late now, but once I clean things...
rickshawhobo said: I think your problem is the ContactContact model. I'm not sure why you need it,...
@jimgwhit Yes, in fact I have many-to-many tagging working.
The Laravel portal for problem solving, knowledge sharing and community building.
The community