When installing the package, the Russian localization of Carbon breaks down. `'locale' => 'ru'` > config/app.php ` $date = Carbon::now(); $dayName = $date->getTranslatedDayName(); // 'Monday', but without the package it would be 'Понедельник' `