nestor-qa / nestor

Nestor
http://nestor-qa.github.io
MIT License
3 stars 0 forks source link

Stop using Eloquent in Views and Controllers, and update repos #77

Closed kinow closed 9 years ago

kinow commented 10 years ago

ATM our views and controllers use repos and Eloquent. Here's a good example to follow: https://github.com/samgreenwood/swapshop/tree/master/app/Swapshop/Repositories

Refs:

https://laracasts.com/forum/?p=718-repository-pattern-and-eloquent-models/0

http://ryantablada.com/post/the-repository-pattern-in-action

kinow commented 10 years ago

Create branch issue-77 for this

kinow commented 9 years ago

Done!