Hi, I know this has been asked a few times, but I've not managed to find specific information detail...
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.