Support the ongoing development of Laravel.io →
CedNet

CedNet

Joined 16 Dec 2013

Statistics

Threads 3
Replies 18
Solutions 1
Articles 0
posted 11 years ago

Events not firing with PHPUnit functional tests

Hey, I have a booking system and created a simplistic testBooking class with 3-4 methods that each t...

0 Likes
1 Replies
posted 11 years ago

Running all Tests at once (phpstorm) - problem with routes

Hi! I have some functional tests where I check if a route by name is working. This test works if I r...

0 Likes
0 Replies
posted 11 years ago

Catching Swiftmailer timeout errors?...

So some domains or email addresses will cause a timeout, such as asda@asdasd.com. Or any other inval...

0 Likes
0 Replies
replied 11 years ago

Use jQuery Datepicker to redirect to page

Pass the datapicker data to server and have it return the new URL you want. So hack up a PHP script...

0 Likes
Solved
replied 11 years ago

Query inside switch returns null

In your character search you are search withTrashed() but on delete, you are doing it without withTr...

0 Likes
replied 11 years ago

Put drop-down list selection in Sessions and replace

In your controller: Session::put('season', Input::get('season')); That puts the value of the selecti...

0 Likes
replied 11 years ago

GroupIn Method for Collection

I'd suggest writing your own html helper function for such situations. I wouldn't put in a model or...

0 Likes
replied 11 years ago

Laravel pivot table Base table or view not found

You're doing a bit wrong with the whereHas(). It cannot eager load. It's simply to constrain the rel...

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.