andrey-helldar/laravel-lang-publisher
From - Replace
"andrey-helldar/laravel-lang-publisher": "^10.0"
with"laravel-lang/publisher": "^11.0"
in thecomposer.json
file; - Replace the
Helldar\LaravelLangPublisher
namespace prefix withLaravelLang\Publisher
in your application; - Remove the
Helldar\PrettyArray\Contracts\Caseable
fromconfig/lang-publisher.php
file; - Remove the
plugins
section fromconfig/lang-publisher.php
file; - Call the
composer update
console command.