Laravel-Lang / publisher

Publisher provides functionality for working with application localization
https://laravel-lang.com/packages-publisher.html
MIT License
211 stars 25 forks source link

Unable to add or update languages #179

Closed ezeveliz closed 2 years ago

ezeveliz commented 2 years ago

Description:

Upon trying to add a language, the following legend shows: "Could not find plugins available for processing". The same occurs when using lang:update(I had the assets from a previous version).

Steps To Reproduce:

  1. Attempt to install a language or update a previous one
andrey-helldar commented 2 years ago

Sorry, there was a collision. I'll fix it now :)

ezeveliz commented 2 years ago

Thx for the quick reply!

andrey-helldar commented 2 years ago

Version 11.1.5 has been released.

Let me remind you that since version 11.0, the publisher does not require laravel-lang/lang package by default.

For it to work, you need to install the package manually:

composer require laravel-lang/publisher laravel-lang/lang --dev