Support the ongoing development of Laravel.io →

leesherwood

Joined 11 Feb 2014

Statistics

Threads 3
Replies 19
Solutions 4
Articles 0

Parent Constructor vs Setters

Im trying to work out the best method of injecting dependencies via my constructor and storing them...

Likes Replies

Best implementation route for user last seen timestamp

I need to implement a "last seen" timestamp in laravel, so if your authenticated, and make...

Likes Replies
posted 9 years ago

Allow custom bindings in my service provider

So i've got the source of a package i have forked, and i'm trying to modify it so that parts of the...

Likes Replies
replied 7 years ago

eloquent query problem in array

::where('emp_id', '!=', 3) also for reference ::whereIn('column', [array]) ::whereNotIn('column', [a...

0 Likes
Solved
replied 8 years ago

Seeding image fails validation

You can't just instantiate the UploadedFile class like that. Part of the validation will check wheth...

0 Likes
replied 8 years ago

cookie issue

Quick look at the source code suggests not, although Sessions and Cookies are probably the two most...

0 Likes
replied 8 years ago

Session related

As far as i know, assuming you don't use any of the authentication stuff laravel provides, the only...

0 Likes
replied 8 years ago

How to know if e-mail was sent?

The mail class has a failures method which should give you any addresses that it failed to send to....

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.

© 2023 Laravel.io - All rights reserved.