call('moon:clear'); // 调用迁移重置命令,重置数据库迁移 $this->call('migrate:reset'); // 删除所有上传的静态资源 $this->call('moon:delete'); } }