Using Carbon library it is very simple to get yesterday’s and tomorrow’s timestamp in your PHP or Laravel code.
You just need to import the Carbon library and call below functions
Carbon::tomorrow(); //Returns tomorrow date and time
Carbon::yesterday(); //Returns yesterday's date and time