Hi, I have the following rules: $rules = array( 'purchase_amount' => 'required|integer',...
Hi, According to the Laravel documentation, I can do: 'email' => 'unique:users,email_address,10'...
Hi, I have two parameters that can have various values. One of the rules that I need to have is: &qu...
Hi, I know that if I can set the value for the $primaryKey protected field in my model in order to t...
Hi, I have defined several "global" objects that should be available for every Controller...
Hi ndy40, I know that this solution works, but I was looking for a solution that I found to be "...
The line in routes.php is: Route::controller('/not-working', 'NotWorkingController'); This is what p...
After checking php artisan routes, I found out that the following request gets to my function: http:...
That didn't solve the problem.... :-( I am getting the same error message
The Laravel portal for problem solving, knowledge sharing and community building.