Posts by Nicollas Feitosa • 9 points
2 posts
-
1
votes1
answer23
viewsQ: Convert SQL to Laraval Eloquent 5
I’m trying to turn this SQL from the postgres below to the eloquent in the laraval someone has an idea of how it would look? select g.id as group_id, max(g.name) as name, max(g.created_at) as…
-
-2
votes1
answer130
viewsQ: Tag <p> does not break line according to DIV
<div class="row tweet"> <div class="col"> <div class="tweetContainer"> <p id="tweet">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> </div> <br /> <form>…