Call to a member function connection() on null
FatalErrorException in Model.php line 3277: Call to a member function connection() on null
原因: 如果你想要使用 Eloquent ORM,你需要在 bootstrap/app.php 文件中,把 $app->withEloquent() 这行调用的注释删除掉。
FatalErrorException in Model.php line 3277: Call to a member function connection() on null
原因: 如果你想要使用 Eloquent ORM,你需要在 bootstrap/app.php 文件中,把 $app->withEloquent() 这行调用的注释删除掉。
转载于:https://my.oschina.net/2016jyh/blog/804609