Obtenha valor até hoje ontem em Laravel

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