Or Zilca

Results 4 issues of Or Zilca

When trying to use **_unique**_ with multiple db connections, ardent tries to fetch from the wrong connection ``` protected $connection = 'mysql_platform'; public static $rules = array( 'email' => 'required|email|unique:users,email',...

When trying the following: ``` $comment = new Comment([...]); $response = $user->comments()->save($comment); ``` $response gets a `boolean false` value. Is there another way to get the errors when inserting/updating relations?

Hi, great tool! Having said that, there are some issues to be solved :) - it seems like its impossible to generate heavy load. no matter which setting I try...

Hi, I've enabled "Random (Desktop)" mode in the plugin menu and created an automated run that opens a browser every time and logs the user agent given, then closes the...