laravel-rotas

PDF generator with Laravel Framework?

I need to do the snappy generate reports from the data of the BD. But for this I needed examples of use of snappy, in the doc ... documentation of the dompdf . Anyway, if I use the dompdf would you have an example code like I said above? Thank you now

Should I use routes or controllers in Laravel 4?

I am a beginner in Laravel and I have doubts about the use of controllers, I read several examples/tutorials and see the vas ... no/dashboard'); } } Both perform the same function, my question is, which one should I use? Routes or Controllers? Why?