davzie / laravel-bootstrap

[DEPRECATED] A Laravel 4, Bootstrap 3 CMS Built With SOLID Principles In Mind
Other
558 stars 171 forks source link

Controllers and routes #6

Closed luki922 closed 10 years ago

luki922 commented 11 years ago

I have one more question about gallery and category what i need to do to show category and in this category show images? Just only need routes and controller for posts, gallery etc? You plan to add? :)

davzie commented 10 years ago

You should be able to essentially categorise galleries using tags. You can then use ->getByTag on the galleries repository :)