bosnadev / repository

Laravel Repositories is a package for Laravel 5 which is used to abstract the database layer. This makes applications much easier to maintain.
https://bosnadev.com
823 stars 233 forks source link

Access pure eloquent entity instead of builder. #82

Open penteleq opened 8 years ago

penteleq commented 8 years ago

Added method which allows to access eloquent model without refferencing to builder. It's relevant for accessing model's data, eg: $model->getTable() - while it is not available while having builder refference