You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$feedposts = DB::query('SELECT posts.body, users.username,posted_at FROM posts, post_allows, users WHERE posts.id = post_allows.post_id AND posts.user_id = users.id ORDER BY posts.posted_at DESC');