/** how to localize carbon date time in laravel go to app/Providers/AppServiceProvider.php add this code **/ //do not forget to use CarbonCarbon; public function boot(){ Carbon::setLocale('es'); }