我正在研究Laravel中的存储库设计模式,我正在使用https://github.com/andersao/l5-repository来完成它。
但是在我的项目中复制/粘贴文件夹prettus并将 config / app.php Prettus \ Repository \ Providers \ RepositoryServiceProvider :: class 添加到最后提供者数组我发现了一个问题:
Class 'Prettus\Repository\Providers\Repository ServiceProvider' not found
之后,项目无法运行。请帮帮我。
由于
答案 0 :(得分:3)
不要在项目中复制/粘贴源文件夹。
请按照Github文档中的说明进行操作:
composer需要prettus / l5-repository
安装完成后,您可以在ServiceProvider数组中包含Class,然后您必须发布配置:
php artisan vendor:发布