After some interest in the Laravel subreddit, I've decided to run a refactoring exercise a few times...
zenry said: I don't thing stuff like caching should be in a presenter, a presenter to me is a class...
Did you try using Input::file('image'), not Input::get('image')? http://laravel.com/docs/html#file-i...
It should be a simple as changing your user class to extend from Cartalyst\Sentry\Users\Eloquent\Use...
Have you tried changing the function name in your user model to lowercase? IE "cars()" and...
When you call Car::user(), you're now returning an instance of a User object, no longer working with...
The Laravel portal for problem solving, knowledge sharing and community building.