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

Looping Through Eloquent Results

You can loop through results as below. You can then compare the show_year against the previous itera...

0 Likes
Solved
replied 11 years ago

how to make a model binding with a new form

{{ Form::model($model) }} Any form inputs inside the form that match the fields of the model will a...

0 Likes
replied 11 years ago

Form::number() does not exist.

You can still use Form::input('number', 'field_name')

0 Likes
replied 11 years ago

Route Model Binding

Route::bind('user', function($value, $route) { return User::where('XXX_ID', $value)->firstOrF...

0 Likes
replied 11 years ago

ORM query - where clause on related table

Assuming you've setup one of the Eloquent relations you can use the following. http://laravel.com/do...

0 Likes
Solved

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.