我正在研究Laravel中的存储库设计模式,我正在使用https://github.com/andersao/l5-repository去做。我想我在我的项目中安装成功了。但是当我使用存储库运行代码时,我遇到了一些问题SQLSTATE[42S02]:Basetableorviewnotfound:1146Table'test.nhanviens'doesn'texist(SQL:select*fromnhanviens)我数据库中的表是Nhanvien而不是Nhanviens在我的代码中NhanvienRepository.phpNhanvienRepositoryEloquent.p