DB Query
GET collection
DB::table('posts')->all();DB::table('posts')->where('_id',$id)->get();DB::table('posts')->where('key',$value)->get();ADD collection
DB::where('posts')->save($request_data);UPDATE collection
DELETE collection
Last updated