Would this work? $total_posts = Post::count(); $leave = 8; if ( $total_posts > $leave ) { $old...
I think your while statement is wrong - if there are more than 9 posts in the database then it may b...
Looks like you might not have any posts in your database in that case. You could update to the follo...
Hey. The find method on eloquent queries searches for a post by its primary key (http://laravel.com/...
We did a bit of work on an event based achievement system in Laravel for http://worldwalking.org. Es...
The Laravel portal for problem solving, knowledge sharing and community building.
The community