This is related to one of my question earlier where:
Update table1 field with table2 field value in join laravel fluent
But since this is a different approac
code raw updates like this:
...->update( array( 'column' => DB::raw( 'column * 2' ) ) );