laravel-repository
laravel-repository copied to clipboard
Repository Design Pattern for Laravel with Eloquent or Collection
Results
3
laravel-repository issues
Sort by
recently updated
recently updated
newest added
`class PostRepository extends EloquentRepository implements PostRepositoryContract { public function __construct(Post $model) { $this->model = $model; } } ` Post $model 自动注入的不用new?实现原理是?
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...