-
i have an array that contains another array and i wanna get specifics elements sum Array array:1 [▼ 0 => …
- 350 views
- 1 answers
- 0 votes
-
I have the following Table structure: **service**: id, name, … **product**: id, title, … **product_services** id, service_id, product_id, includes_it I’ve …
- 358 views
- 0 answers
- 0 votes
-
In laravel I am trying to get multiple counts like $records=DB::table(‘my_table’) ->select(DB::raw(‘COUNT(id) as record_count’),DB::raw(‘COUNT(id) as record_count_1 where status="done"’),DB::raw(‘COUNT(id) as record_count_2 …
- 422 views
- 2 answers
- 0 votes
-
Closed. This question needs debugging details. It is not currently accepting answers. Want to improve this question? Update the question …
- 375 views
- 0 answers
- 0 votes
-
- 332 views
- 0 answers
- 0 votes
-
I am beginner in Laravel. I have problem with my mysql. I have this code: Model: class Product extends Model …
- 333 views
- 1 answers
- 0 votes
-
I want to export csv file using Maatwebsite in laravel. The process is running well, but in the csv file …
- 347 views
- 0 answers
- 0 votes
-
I am beginner in Laravel. I have project in Laravel 7. I have this code: public function getPromoProducts() { return …
- 446 views
- 1 answers
- 0 votes
-
Good Day. I’m looking for help regarding my issue I pass an array holding all photos from controller to blade …
- 338 views
- 1 answers
- 0 votes
-
I have Package Model and a package can get multi services and multi modules. I was going to try to …
- 409 views
- 1 answers
- 0 votes