Uzyskaj wartość wczoraj w Laravel

$yesterday = date("Y-m-d", strtotime( '-1 days' ) );
Code Alchemy