laravel-share icon indicating copy to clipboard operation
laravel-share copied to clipboard

Lang broken for my app after installing this package

Open dhaliscak opened this issue 1 year ago • 0 comments

I am new to laravel, started development on v9, now I am on v10.

I have installed this package based on steps provided, but I noticed package's lang files were created in folder: ../resources\lang\vendor\laravel-share\en

This is causing the issue, because all my langs file are in following folder: ../lang/en

I google this and figure it out. Problem is that new lang folder location: https://stackoverflow.com/questions/71084830/laravel-9-app-upgraded-from-8-lang-directory-not-working-as-expected

Question:

  • was this Laravel 8 feature that lang files were stored in 'resources' folder and not directly in the root?
  • if previous is yes, can you prepare an update for laravel >9?

My app:

  • Laravel 10.8
  • PHP: 8.2

dhaliscak avatar Apr 19 '23 22:04 dhaliscak