Support the ongoing development of Laravel.io →

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

can't determine source of integrity constraint violation

just thought I'd post my assessment for anybody who finds themselves in a similar situation turns ou...

0 Likes
replied 7 years ago

MailGun Client error: `POST https://api.... resulted in a `404 NOT FOUND???

It should be eg env('MAILGUN_DOMAIN', 'some_default_value')

0 Likes
replied 7 years ago

Form Validation Custom Messages (different fields with same name)

How about using 2 different FormRequests and specifying the messages() function? https://laravel.com...

0 Likes
replied 7 years ago

Can i use wordpress as a part of my larvael application?

I think integrating directly would be an issue, as they are 2 separate frameworks. We did a Wordpres...

0 Likes
replied 7 years ago

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

for now I've done it like this $view = view('forms.register')->with($params); // will get $errors...

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.

© 2024 Laravel.io - All rights reserved.