g33kidd / bracket

An eSports tournament framework built with Laravel
MIT License
35 stars 9 forks source link

Make the main site templates better #8

Closed g33kidd closed 8 years ago

g33kidd commented 8 years ago

The composer should handle passing data to the blade templates for the front-end of the site. These blade templates should be easy to understand and have a lot of data available to the user.

g33kidd commented 8 years ago

This is mostly done with the renderView() function in theHttp\Controller class.