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

Get array from checkbox options

Number the input array. {{ Form::checkbox('options[0]', 'value1'); }} {{ Form::checkbox('options[1]'...

0 Likes
Solved
replied 11 years ago

Add new object to array

Can you show us your models? I'm assuming this is because admin_id isn't mass assignable, which bein...

0 Likes
Solved
replied 11 years ago

How to upload file/s (specifically pdf)?

View: {{ Form::open(['files' => true]) }} {{ Form::file('my_pdf') }} {{ Form::submit('U...

0 Likes
Solved
replied 11 years ago

Build a forum with Laravel

Take a look at the git repo for this forum ;) https://github.com/LaravelIO/laravel.io

0 Likes
replied 11 years ago

Selecting all records created last month with Eloquent

You could always use carbon. To select within the current month Order::where('created_at', '>=',...

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.