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

Changing the url to show the title instead of an id

Route binding. http://laravel.com/docs/routing#route-model-binding Routes.php Route::get('/view/{pos...

0 Likes
replied 11 years ago

permission denied on apache but not on php artisan serve

You need to chmod app/storage to be writeable. chmod -R 775 app/storage

0 Likes
replied 11 years ago

How to apply PDO prepared statements in laravel 4 Eloquent

Laravel uses prepared statements behind the scenes, so using any of the Eloquent or Query Builder me...

0 Likes
replied 11 years ago

permission denied on apache but not on php artisan serve

Check your apache error log, by default its /var/log/apache2/error.log Also make sure that /path/to/...

0 Likes
replied 11 years ago

How to pull a database into a HTML table?

At the minute you're trying to print a Collection/Array which will throw an array to string conversi...

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.