我正在尝试使用具有不同表格的不同租户创建多租户应用。当我在路由文件上运行我的代码时,它可以工作,但是当我在类中运行时,迁移失败。有什么想法吗?
代码:
$ id = $ tenant-> id; $ con = Config :: get('database.default'); 配置::设置( 'database.connections。' $ CON '前缀。', '诊所_' 的$ id .'_'。);
Artisan :: call('migrate',array(' - path'=>'app / database / migrations / unit'));
感谢您的帮助