Here's the issues
The environment is a fresh install of Laravel using Sail. The project is using modules and everything works pretty much as advertised for us on OSX. There are several modules created that are working perfectly.
When developers try to set it up on their Windows machine using WSL Ubuntu the modules don't seem to be recognized.
I'm determining this by running the command sail artisan module:list
On OSX it shows all modules and on the Ubuntu install it returns nothing.
The git repo is cloned on the Ubuntu side along with all other commands. artisan make:model works perfectly.
I tried to prove that it could be permissions but all the folders are set to 777 for the user who is using the machine, and that user has root permissions. idk if being in docker means there's something else going on, I'm not aware of anything.
I'm at a loss here for what could be the issue, does anyone have any ideas I could investigate?