Support the ongoing development of Laravel.io →
thepsion5

thepsion5

Joined 3 Feb 2014

Statistics

Threads 1
Replies 119
Solutions 13
Articles 0

[EXERCISE] Refactoring Exercise #1 is Complete! Discuss.

After some interest in the Laravel subreddit, I've decided to run a refactoring exercise a few times...

0 Likes
5 Replies
replied 11 years ago

Examples of Caching Implementation

zenry said: I don't thing stuff like caching should be in a presenter, a presenter to me is a class...

0 Likes
replied 11 years ago

Changing model form to include file.

Did you try using Input::file('image'), not Input::get('image')? http://laravel.com/docs/html#file-i...

0 Likes
Solved
replied 11 years ago

How to reference this object's "belongsTo" user?

It should be a simple as changing your user class to extend from Cartalyst\Sentry\Users\Eloquent\Use...

0 Likes
replied 11 years ago

How to reference this object's "belongsTo" user?

Have you tried changing the function name in your user model to lowercase? IE "cars()" and...

0 Likes
replied 11 years ago

How to reference this object's "belongsTo" user?

When you call Car::user(), you're now returning an instance of a User object, no longer working with...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.