You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the composer update and updated the package to 11.2.1 version.
The following message appeared in the console:
Removing laravel-lang/lang
What happened
Starting with publisher version 11.2, we switched to a new model, now this package is not tied to a specific project with translations, in addition, such changes reduce code duplication when testing the laravel-lang/lang repository.
How to fix it
Starting from version 11.2, you need to install the laravel-lang/lang dependency in your application yourself:
Actions
Run the
composer update
and updated the package to11.2.1
version.The following message appeared in the console:
What happened
Starting with publisher version
11.2
, we switched to a new model, now this package is not tied to a specific project with translations, in addition, such changes reduce code duplication when testing thelaravel-lang/lang
repository.How to fix it
Starting from version
11.2
, you need to install thelaravel-lang/lang
dependency in your application yourself:We have updated the documentation section about this: https://laravel-lang.github.io/publisher/installation.html
PS: @Laravel-Lang/laravel-lang, those of you who use this
publisher
will also be interesting🙂The text was updated successfully, but these errors were encountered: