Your repository isn't resolving the dependency out of the IoC container. public function __construct...
Laravel has a helpful command (routes) that will list all of the registered routes for your applicat...
Any reason you're not using Eloquent? Something like this would work with Eloquent: public function...
A view composer can be used to bind database queries to a template, your controllers shouldn't need...
https://leanpub.com/laravel-testing-decoded Jeffrey Way answers your question in his book, you could...
The Laravel portal for problem solving, knowledge sharing and community building.