Solve your laravel problems.
I got this error: Call to a member function where() on integer as I ran the code below
DB::table('level_one_models')->increment('followers', 1) ->where('active', '=', 1);