hi, other than creating separate win/lose actions, I'm wondering if it is possible to pass an argume...
Hi, I want to do something like this but not sure the correct approach with Laravel pseudocode: clas...
I have this in my EventServiceProvider 'App\Events\PlayerRegistered' => [ 'App\Listeners\Send...
Hi, I noticed in the Illuminate\Foundation\Http\FormRequest class, the output is fixed as 422 Unproc...
Hi, I was wondering what the best way to do this with Eloquent would be? Say for instance I have a &...
just thought I'd post my assessment for anybody who finds themselves in a similar situation turns ou...
It should be eg env('MAILGUN_DOMAIN', 'some_default_value')
How about using 2 different FormRequests and specifying the messages() function? https://laravel.com...
I think integrating directly would be an issue, as they are 2 separate frameworks. We did a Wordpres...
for now I've done it like this $view = view('forms.register')->with($params); // will get $errors...
The Laravel portal for problem solving, knowledge sharing and community building.