Support the ongoing development of Laravel.io →
jmp909

jmp909

Joined 29 Jan 2015

Statistics

Threads 11
Replies 17
Solutions 0
Articles 0

can't determine source of integrity constraint violation

Hi, I'm trying to work out why Laravel is throwing Integrity constraint violations on my main regist...

0 Likes
1 Replies

[5.4] clear error message back when going back a page after Session::reflash()

Hi, I've got a 2 stage form using LaravelCollective forms and I use Session::reflash() in my control...

0 Likes
1 Replies

lockForUpdate on Controller->Service->Repository->Model pattern

Hi, I have a Controller that needs to process a form and then do some database checks that involve l...

0 Likes
0 Replies

Eloquent ORM: querying a limited set of results?

is there a way to do this with Eloquent without having to run Raw queries etc? (select count(`win`)...

0 Likes
1 Replies

Form Request: check recaptcha validates, before validating other fields against database?

Hi, I'm using a Form Request with rules but I want to check the recaptcha validates before validatin...

0 Likes
1 Replies
replied 10 years ago

Insert/Update/Delete on Lookup table from Dynamic Array?

i'm referring purely to updating a data array to the lookup table, not the front end.

0 Likes
replied 10 years ago

Help with a for loop

i'm guessing your imagesTotal is 9 you've got <= in your code, try < instead (it's a 0 index s...

0 Likes
replied 10 years ago

Help with a for loop

set debug=1 in /app/config/app.php

0 Likes
replied 10 years ago

Help with a for loop

apps/routes.php Route::get('/test', 'TestController@test'); app/controllers/TestController.php cla...

0 Likes
replied 10 years ago

Tree stucture / Nested navigation etc (without Nested Set model)

are you trying to using friendly URLs? eg /clothes/footwear/nike-trainer that's where the fun starts...

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.