Anyone going? http://www.amsterdamhackathon.com
I've created my very first 2 blog posts about creating and using repositories in Laravel http://blog...
check your $request in the filter I believe $request->get('id'); should give you the id your bef...
$this->app->view->composer('users', 'Acme\Support\Composers\UserComposer');
your post route is wrong, remove the variables the url generator is trying to generate the url for t...
I don't thing stuff like caching should be in a presenter, a presenter to me is a class that formats...
The below code is a little shorter but does the same thing 10 min cache $users = Cache::remember('us...
The Laravel portal for problem solving, knowledge sharing and community building.