nWidart / laravel-modules

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

Module:model-show not working as expected #1930

Closed mahdimirhendi closed 3 weeks ago

mahdimirhendi commented 4 weeks ago

I made Module and when im trying to run Module:model-show it cannot resolve my model
ERROR Target class [Modules\Blogs\app\Models\Blog] does not exist.

Screenshot 2024-09-04 at 1 14 11 AM

i run composer du but still not working
i believe its namespace problem and i fixed it by replacing /app

Screenshot 2024-09-04 at 1 41 48 AM

i didnt send pull request because i think there should be a better solution for it !