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

how to make route for 404 page?

App::missing(function() { return View::make('404'); }); Note that whilst debug is enabled the 4...

0 Likes
Solved
replied 11 years ago

Eloquent timestamps - use only created_at

I don't think theres a way to only use created_at, timestamps are either on or off. I guess you coul...

0 Likes
replied 11 years ago

Save image in a folder

Use Input::hasFile('file') to first ensure you do have a file uploaded before you try and do anythin...

0 Likes
replied 11 years ago

Class 'Illuminate\Encryption\DecryptException' not found

Can you post some code or explain what your trying to do? This error is thrown when the Encrypt clas...

0 Likes
replied 11 years ago

Undefined property: Client::$name ...

Laravel stores model attributes in $model->attributes and not what you actually see such as $this...

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.