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...
you have $description[3] missing. hence the loop fails as it's trying to find an index that isn't th...
also using that structure. I've currently done something like this to check my URL matches my databa...
The Laravel portal for problem solving, knowledge sharing and community building.