How to Change the Key of Validation Error in Laravel
I am new to laravel and working on apis, I have made an api in which i have implemented validation.Everything is working fine but i am stuck on a little…
I am new to laravel and working on apis, I have made an api in which i have implemented validation.Everything is working fine but i am stuck on a little…
I'm making a recipe book and I want the recipes to have the choice to upload images, I'm using Element-UI in this project and they have an upload component. However, I'm…
So I have the following query: $a = Model::where('code', '=', $code) ->where('col_a', '=' , 1) ->orderBy(DB::raw('FIELD(layout, "normal", "split", "flip", "double-faced", "") ASC, layout')) $b = Model::where('code', '=', $code) ->where('col_b', '='…
I want to retrieve products of the selected category, as well as sub-categories and I may even need to order them according to price or date. Please let me know…
Hi I am trying to do a deploy, but I am always receiving this follow error: gcloud app deploy --promote File upload done. Updating service [default]...failed. ERROR: (gcloud.app.deploy) Error Response:…
How to get SUM on related model using eager loading, without loading whole relation data? In my project there are two models, Account and Transaction. Account model has many transactions. My requirement is : Get accounts and…
I am using darkaonline/l5-swagger: 7.0 for generate swagger UI which based on OpenApi 3.0. But the problem is required validation only works for path params and not with form-data properties. I tried adding required property names in…