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
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
This package will create a lang folder in resources when you publish the package config & resource files. You should remove that lang folder in resources. I think it should work.
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:
My app:
The text was updated successfully, but these errors were encountered: