Anyone going? http://www.amsterdamhackathon.com
I've created my very first 2 blog posts about creating and using repositories in Laravel http://blog...
I think he/she meant to create a repository class. Your controller would look something like <?ph...
you can unset that property in the model event saving laravel.com/docs/eloquent#model-observers
$data = array('navi' => $navi, 'content' => $content); return View::make('start', $data);
Repositories Model https://github.com/zenry/contract/blob/master/app/Scrfix/Contract.php Repository...
on a more serious note though, get yourself a decent book like https://leanpub.com/codebright yes it...
The Laravel portal for problem solving, knowledge sharing and community building.