SyntaxFix
Write A Post
Hire A Developer
Questions
$count = DB::table('category_issue')->count();
will give you the number of items.
For more detailed information check Fluent Query Builder section in beautiful Laravel Documentation.