Support the ongoing development of Laravel.io →
jmp909

jmp909

Joined 29 Jan 2015

Statistics

Threads 11
Replies 17
Solutions 0
Articles 0

calling route action with parameters from Route::get

hi, other than creating separate win/lose actions, I'm wondering if it is possible to pass an argume...

0 Likes
0 Replies
posted 9 years ago

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

Hi, I want to do something like this but not sure the correct approach with Laravel pseudocode: clas...

0 Likes
2 Replies

exception in event bus listener prevents further event listeners?

I have this in my EventServiceProvider 'App\Events\PlayerRegistered' => [ 'App\Listeners\Send...

0 Likes
0 Replies

Change 422 json response from FormRequest, depending on validation error?

Hi, I noticed in the Illuminate\Foundation\Http\FormRequest class, the output is fixed as 422 Unproc...

0 Likes
0 Replies

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

Hi, I was wondering what the best way to do this with Eloquent would be? Say for instance I have a &...

0 Likes
6 Replies
Solved
replied 8 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 8 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 8 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 8 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 8 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.

© 2026 Laravel.io - All rights reserved.