After some interest in the Laravel subreddit, I've decided to run a refactoring exercise a few times...
abbajbryant said: Repositories should be concerned only with persisting and retrieving data - knowi...
You don't need to add a line to require vendor/autoload.php in your controller. You DO, however, nee...
I just filter that kind of thing at the repository level. For example, I might have a ComputerReposi...
Because components of the Laravel core use syntax specific to PHP 5.4, the framework can't fully loa...
Sharping said: So return View::make('x')->with('foo', $bar); only makes sense when i wanna send...
The Laravel portal for problem solving, knowledge sharing and community building.