HI sorry for english im newbe to laravel ,im tryng to change a code wrte from another developer. I have a query :
$newsletters = Newsletter::orderBy('id', 'DESC') ->with(['app', 'category']) ;
I must create a join on app.user_id=user.id to add a query WHERE user_status=1
How can i do this ?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community