Support the ongoing development of Laravel.io →
iWader

iWader

Joined 14 Aug 2014

Statistics

Threads 3
Replies 88
Solutions 18
Articles 0

Multi-Tenant injection throughout views

I have a multi-tenant application using {company}.domain.tld. Is there a way for me to inject the co...

0 Likes
0 Replies
posted 11 years ago

Injecting variables into email before being sent

As part of my app I want to be able to track if emails have been opened, to do this I'm embedding a...

0 Likes
1 Replies
Solved
posted 11 years ago

Extending A Common Model

I have several models which share a similar schema in the database, is there a way I can create a pa...

0 Likes
4 Replies
Solved
replied 11 years ago

repopulate password in *** form

To pre-populate a password field you would need to do Form::input('password', 'field_name', Input::o...

0 Likes
replied 11 years ago

When was laravel 4.1 and 4.2 released

Take a look at the github release tags https://github.com/laravel/framework/releases

0 Likes
Solved
replied 11 years ago

belongsTo model method inconsistent behavior

Well I guess it behaves that way because the function (and table column) is part of the model, rathe...

0 Likes
replied 11 years ago

belongsTo model method inconsistent behavior

In your Asset.php try using public function creator() { return $this->belongsTo('User', 'user...

0 Likes
replied 11 years ago

how to make route for 404 page?

Using the App::missing() would be better as that way you're getting access to the proper NotFoundHtt...

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.