I have a multi-tenant application using {company}.domain.tld. Is there a way for me to inject the co...
As part of my app I want to be able to track if emails have been opened, to do this I'm embedding a...
I have several models which share a similar schema in the database, is there a way I can create a pa...
Heres your error "preg_replace(): Parameter mismatch, pattern is a string while replacement is...
Because you are in a closure, or function, variables declared outside of the function are not availa...
In your config you define what model is your Auth model, by default this is User. The Auth::attempt(...
This is because the supplied date format is not what carbon is expecting, try using $date = Carbon::...
The Query Builder method increment() does it at the database level rather than just increment the mo...
The Laravel portal for problem solving, knowledge sharing and community building.