laravel Modules插件内定时任务执行,自定义命令注册,插件内资源发布
找到Modules中模块的Provider文件夹public function boot() { $this->registerTranslations(); $this->registerConfig(); $this->registerViews(); $this->registerFactories(); $this->commands([\Modules\GoogleSitema


