Im trying to work out the best method of injecting dependencies via my constructor and storing them...
I need to implement a "last seen" timestamp in laravel, so if your authenticated, and make...
So i've got the source of a package i have forked, and i'm trying to modify it so that parts of the...
::where('emp_id', '!=', 3) also for reference ::whereIn('column', [array]) ::whereNotIn('column', [a...
You can't just instantiate the UploadedFile class like that. Part of the validation will check wheth...
Quick look at the source code suggests not, although Sessions and Cookies are probably the two most...
As far as i know, assuming you don't use any of the authentication stuff laravel provides, the only...
The mail class has a failures method which should give you any addresses that it failed to send to....
The Laravel portal for problem solving, knowledge sharing and community building.
The community