Skip to content

Error php artisan module:enable taskamanager #3

Description

@profdayat

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions