laravel-translation
                                
                                 laravel-translation copied to clipboard
                                
                                    laravel-translation copied to clipboard
                            
                            
                            
                        Use `/lang` instead of `/resources/lang`
Describe the bug
If laravel-translation package shares languages to resources/lang, Laravel uses resources/lang as default langPath (you can check it by using app()->langPath()). And then, it causes problem if we don't put any language files in resources/lang.
Expected behavior
Package should use lang as default language path.
Screenshots

Desktop (please complete the following information):
- OS: Arch Linux
- Browser Chrome
- Version 104
If you're OK, i can create a PR for this :rocket:
True. Vote +1
True. Vote +1
A PR would be great 🙌
True. Vote +1
Just as an info, since I had similiar issue. You need just to delete the directory /resources/lang (copy existing files if needed in /lang). Laravel and the plugin use automatically the /lang folder...