Laravel module cannot be copied

there is no problem in using php artisan make module channel to create a channel module in a project. The requirement now is to copy this module to another project, and directly copy the module folder of channel in the past. The new project is equipped with routing to access the contents of this module. Do you still need to modify the configuration file? except for the differences of the channel module, the two projects are consistent

.
Mar.05,2021

did you use the package of a third party? there is no make module command in Laravel.
it is recommended that you take a look at the documents of the third party

.
  Did you mean one of these?
      make:auth
      make:command
      make:controller
      make:event
      make:exception
      make:factory
      make:job
      make:listener
      make:mail
      make:middleware
      make:migration
      make:model
      make:notification
      make:policy
      make:provider
      make:request
      make:resource
      make:rule
      make:seeder
      make:test

php artisan make:module channel command some of this is a new module multi-module development! The problem is not that the contact is shallow, so don't worry about this. The problem is that it is not possible to use the module generated by artisan to match routing in other projects. What I want to know is whether the new module needs to be registered in the configuration file. Picture description

Menu