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

Best practise for linking

I always tend to use URL::action('Controller@method') and URL::asset('/path/to/asset') URL::action()...

0 Likes
replied 11 years ago

Problems using artisan to set up a controller

The command in the guide is wrong, looks like you're after php artisan controller:make UserControlle...

0 Likes
replied 11 years ago

Environment Specific Package Config

I don't believe package configs work in the same way as the normal config files. You can use somethi...

0 Likes
replied 11 years ago

how to create custom query error exception

Laravel provides App::error() for showing error pages when certain exceptions are thrown. http://lar...

0 Likes
replied 11 years ago

After deleting migrations file manually, receive "ErrorException: failed to open stream: No such file or directory"

Undo the actions the migration done on the database. Then look at the migrations table and remove th...

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.