Hey, I have a booking system and created a simplistic testBooking class with 3-4 methods that each t...
Hi! I have some functional tests where I check if a route by name is working. This test works if I r...
So some domains or email addresses will cause a timeout, such as asda@asdasd.com. Or any other inval...
Pass the datapicker data to server and have it return the new URL you want. So hack up a PHP script...
In your character search you are search withTrashed() but on delete, you are doing it without withTr...
In your controller: Session::put('season', Input::get('season')); That puts the value of the selecti...
I'd suggest writing your own html helper function for such situations. I wouldn't put in a model or...
You're doing a bit wrong with the whereHas(). It cannot eager load. It's simply to constrain the rel...
The Laravel portal for problem solving, knowledge sharing and community building.