nWidart / laravel-modules

Module Management In Laravel
https://docs.laravelmodules.com
MIT License
5.55k stars 968 forks source link

Breaks if no lang directory exists #1960

Closed rrmesquita closed 8 hours ago

rrmesquita commented 1 month ago

Versions:

Description:

Recently during dependencies update, I noticed several tests in my project started failing.

Digging deeper into which package was causing those failures, I found out that this change was the one responsible. I confirmed that by creating lang/.gitkeep in all modules, and the errors were gone.

I don't think creating such directory should be mandatory, because I don't use the module generator and I like keeping the project lean.

Steps To Reproduce:

dcblogdev commented 8 hours ago

I can't seem to replicate this, the lang folder is not required, its also not something I tend to use either.

Hard to debug since its working on my installs with no lang directories in my modules.