Posts by Pedro Jefferson • 21 points
1 post
-
2
votes1
answer57
viewsQ: Doubt using Repository in Laravel
Personal talk! Following the idea of Boilerplate http://laravel-boilerplate.com I have a Repository like this: class EmpresaRepository extends BaseRepository { public function __construct(Empresa…