Error :
Illuminate\Contracts\Container\BindingResolutionException - Target class [CommandMakeCommand] does not exist
Solution:
Step 1:
First remove nwidart/laravel-modules by running: composer remove nwidart/laravel-modules
Step 2:
Then remove config/modules.php by deleting it.
Step 3:
Reinstall nwidart/laravel-modules by running: composer require nwidart/laravel-modules
Hope this helps (backup your project first):








