From third-party packages
If you used installation managers from other developers, then to migrate to laravel-lang/common
, run the following console commands:
composer remove caouecs/laravel-lang overtrue/laravel-lang arcanedev/laravel-lang andrey-helldar/laravel-lang-publisher
composer remove laravel-lang/publisher laravel-lang/lang laravel-lang/attributes laravel-lang/http-statuses
After that, check the compatibility table for the version you need and install it:
composer require laravel-lang/common
You also need to delete old configuration files:
rm -f config/laravel-lang.php
rm -f config/lang-publisher.php
rm -f config/localization.php
Then publish a new configuration file if you need it.
Last modified: 06 June 2024