Support the ongoing development of Laravel.io →

og6k

Joined 1 Oct 2015

Statistics

Threads 1
Replies 2
Solutions 1
Articles 0

How to use OrderByRaw to get posts from database?

I currently have this code: $sidebar = Post::where('published', '=', '1')->orderByRaw("RAND(...

0 Likes
2 Replies
Solved
replied 8 years ago

How to use OrderByRaw to get posts from database?

Solved using post->post_category_id in place of post_category->id

0 Likes
Solved
replied 8 years ago

How to use OrderByRaw to get posts from database?

I set up a sidebar to get posts in the same category: $post_category = Post::find($post->post_cat...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.