当我在Windows 10上运行“vagrant up”时,我会收到错误

时间:2017-03-21 00:44:17

标签: php laravel vagrant windows-10

我使用Vagrant 1.9.2和PHP 7.1.3

modelBuilder.Entity<ApplicationRole>()
                .HasKey(e => e.BasedOnRoleId)
                .HasRequired(e => e.BasedOnRole)
                .WithOptional(e => e.??)

1 个答案:

答案 0 :(得分:1)

您的Vagrant文​​件中似乎没有定义Vagrant框,因此它正在尝试加载不存在的默认框“base”。

在此答案中查看更多详情:https://stackoverflow.com/a/24256479/9965