InterNACHI / modular

Modularize your Laravel application
MIT License
796 stars 65 forks source link

Cancelling make:module command still creates directory #79

Closed Wulfheart closed 7 months ago

Wulfheart commented 8 months ago

Hello,

when I didn't have the app-modules config published it asked me Would you like to cancel and configure your module namespace first? (yes/no). I answered this with yes and it created app-folders/<module-name> which it shouldn't do. No big deal, just wanted to let you know.