When running the command:
$ php artisan module:enable taskamanager
INFO Enabling module ...
Nwidart\Modules\Exceptions\ModuleNotFoundException
Module [taskamanager] does not exist!
at vendor/nwidart/laravel-modules/src/FileRepository.php:284
280▕ if ($module !== null) {
281▕ return $module;
282▕ }
283▕
➜ 284▕ throw new ModuleNotFoundException("Module [{$name}] does not exist!");
285▕ }
286▕
287▕ /**
288▕ * Get all modules as laravel collection instance.
+15 vendor frames
16 artisan:35
Illuminate\Foundation\Console\Kernel::handle()
Solution:
php artisan module:enable taskmanager
INFO Enabling module ...
Should be taskmanager not taskamanager
When running the command:
Solution:
Should be taskmanager not taskamanager