In this tutorial, we will see carbon add days to date in laravel. Carbon provides addDay() and addDays() method to add days on carbon date object.
So, let's see an example of laravel 8 carbon add days to date or add days using carbon in laravel 8.
Carbon\Carbon Object ([date] => 2020-01-17 06:36:25 [timezone_type] => 2 [timezone] => GMT ) https://techsolutionstuff.com/post/laravel-8-socialite-login-with-google-account addDays() Example
Carbon\Carbon Object ([date] => 2020-01-21 06:38:41 [timezone_type] => 2 [timezone] => GMT )