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 9 years ago

Eloquent ORM: querying a limited set of results?

I solved this with Entry::skip($startOffset)->take($limit)->get()->filter( function($it...

0 Likes
replied 9 years ago

Getters / Setters in generic (non-Eloquent) class?

Hi, sorry you misunderstood the question I think. It's not connected to a database table. I just wan...

0 Likes
replied 9 years ago

Event/Listener Issue

in your Welcome controller it should be... use App\Events\PodcastWasPurchased;

0 Likes
replied 10 years ago

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

great thanks. I did see that somewhere but wasn't quite sure if it was what I needed will try it out...

0 Likes
replied 10 years ago

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

before book_id, language_id 1, 1 1, 2 after book_id, language_id 1, 2 1...

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.