Jeroen-G / laravel-photo-gallery

A photo gallery for Laravel
40 stars 32 forks source link

Reorganise code #5

Closed Jeroen-G closed 10 years ago

Jeroen-G commented 10 years ago

All of the database stuff should be separated out of the controller. Putting it in repositories makes it also possible to use other drivers than Eloquent (I'm thinking of Flickr for example) as a source of the photos/albums.