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

querying based on input using eloquent

Basically, you first want to check the input has the data you're looking for, if it does, try to pro...

0 Likes
replied 11 years ago

Eloquent relations

In your User model public function data() { return $this->hasMany('UserData'); } In your Use...

0 Likes
replied 11 years ago

[ask] Chaining one to many relationship

Sounds like your wanting to receive the number of comments user_id 10 has made? Using the ->sum()...

0 Likes
replied 11 years ago

I need mounted a web server for Laravel

You could use the Laravel forge. http://forge.laravel.com/ It sets up everything Laravel needs using...

0 Likes
replied 11 years ago

Remember original url and redirect once logged in

If you're using the default laravel Auth handler, you can use Redirect::intended() http://laravel.co...

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.