i've been able to construct a join and it works: $projects = Main::join('builds', 'mains.build_id',...
i have this join statement : Item::join('buttons', 'items.cta_id','=','buttons.id')->where('build...
I need to render a google plus share link in my project. I have the url data in my database and call...
i have this join: $mains = Main::join('builds', 'mains.build_id','=','builds.id')->where('builds....
i have an form that is set to upload an image and update a database with the image data (if needed)....
in the same boat as you are in jerauf. relatively, new to laravel and trying to populate a dropdown...
The Laravel portal for problem solving, knowledge sharing and community building.