// Query data from the 'MyModel' table where 'column' is equal to 'value' $result = MyModel::where('column', 'value')->get();