Raw Methods: SelectRaw

$orders = DB::table('orders')
                ->selectRaw('price * ? as price_with_tax', [1.0825])
                ->get();

Raw Methods: SelectRaw — Structure map

Clickable & Draggable!

Raw Methods: SelectRaw — Related pages: