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...
i'm referring purely to updating a data array to the lookup table, not the front end.
i'm guessing your imagesTotal is 9 you've got <= in your code, try < instead (it's a 0 index s...
apps/routes.php Route::get('/test', 'TestController@test'); app/controllers/TestController.php cla...
are you trying to using friendly URLs? eg /clothes/footwear/nike-trainer that's where the fun starts...
The Laravel portal for problem solving, knowledge sharing and community building.