Hi, I'm trying to work out why Laravel is throwing Integrity constraint violations on my main regist...
Hi, I've got a 2 stage form using LaravelCollective forms and I use Session::reflash() in my control...
Hi, I have a Controller that needs to process a form and then do some database checks that involve l...
is there a way to do this with Eloquent without having to run Raw queries etc? (select count(`win`)...
Hi, I'm using a Form Request with rules but I want to check the recaptcha validates before validatin...
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.
The community