Anyone going? http://www.amsterdamhackathon.com
I've created my very first 2 blog posts about creating and using repositories in Laravel http://blog...
kguner said: composer update that's for updating laravel/framework, the skeleton needs to be updat...
you can also put the validator in Model event Saving http://laravel.com/docs/eloquent#model-observer...
See this post http://forumsarchive.laravel.io/viewtopic.php?pid=47124#p47124
aside from the fact that you should not inject your Models you should use Illuminate\Validation\Fact...
View composers can read the View's variable Controller public function view($id) { return View::...
The Laravel portal for problem solving, knowledge sharing and community building.