Support the ongoing development of Laravel.io →
Database Eloquent
Last updated 2 years ago.
0
$count = Model::where('status','=','1')->count();

Model would be the model for the database table that you want to count.

I highly recommend you read the Eloquent ORM section of the Laravel Documentation.

http://laravel.com/docs/4.2/eloquent

Last updated 2 years ago.
0

Thanks dear :)

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

megadola megadola Joined 7 Oct 2014

Moderators

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.