Hi i want to get the sum of price that is bigger then 500000 and also all price that has the same name how to get it in view?

|
Eldor 2019-12-12 13:49:20
laravel_discuss-20943.jpg
как передать переменую sql запрос
Eldor 2019-12-12 13:50:13
в sql запрос
skys215 2019-12-12 13:54:11
Eldor 2019-12-12 13:49:20
как передать переменую sql запрос

Sorry, English group

Eldor 2019-12-12 13:55:09
sorry. how to transfer veriable into sql
Eldor 2019-12-12 13:55:36
instead of ciries.name = variable
skys215 2019-12-12 13:56:01
Use double quote or concat it
skys215 2019-12-12 13:57:12
“cities.name=$city”
‘cities.name=’ +$city
Eldor 2019-12-12 13:59:47
both didnt helped
randhipp 2019-12-12 14:44:37
2019-12-12 06:34:44
how to install laravel in Windows 10..

install laragon first, and then follow official docs in laravel.com

crazycaw 2019-12-12 16:19:28
hi, it’s possible to set number of copies in chrome? through code?
2019-12-12 16:19:54
Hello guys, I know nothing about laravel how can I start
2019-12-12 16:20:03
I need some guidelines pla
2019-12-12 16:20:15
Someone to direct me guys
2019-12-12 16:20:26
I want to be good in laravel
dennis 2019-12-12 16:24:11
2019-12-12 16:20:03
I need some guidelines pla

I can teach you

2019-12-12 16:40:21
Teach me
^_* 2019-12-12 19:49:59
Hello guys..
I want to do request ambulance car applecation ..
Any one know course do it tell my..
Any one can help me for information about this..
muhamed_didovic 2019-12-12 20:06:31
Hi guys I am looking for Laravel/Vue.js work, so if someone needs help in developmenti please contact me
2019-12-12 20:10:21
laravel_discuss-20966.jpg

Vosidiy 2019-12-12 20:10:31
laravel_discuss-20967.jpg
Hi developers, I made all type of navbar examples with code on Bootstrap 4 framework
https://bootstrap-menu.com/
TDarkCoder 2019-12-12 20:13:01
Perfect job bro!
Vosidiy 2019-12-12 20:15:20
Let me know if you have any feedback about
bootstrap-menu.com
DesolatorMagno 2019-12-12 20:53:27
Vosidiy 2019-12-12 20:10:31
Hi developers, I made all type of navbar examples with code on Bootstrap 4 framework
https://bootstrap-menu.com/

I feel that there is to many clicks to check it all, i think you could implement something like a sidebar.

senhorY 2019-12-12 21:03:00
6.7??
skys215 2019-12-13 04:10:52
crazycaw 2019-12-12 16:19:28
hi, it’s possible to set number of copies in chrome? through code?

copies? copy of what?

skys215 2019-12-13 04:11:11
2019-12-12 16:19:54
Hello guys, I know nothing about laravel how can I start

goto laracasts and watch laravel 6 from scratch

skys215 2019-12-13 04:11:53
muhamed_didovic 2019-12-12 20:06:31
Hi guys I am looking for Laravel/Vue.js work, so if someone needs help in developmenti please contact me

go check larajobs?

H_Bakhtar 2019-12-13 07:33:16
Hi i want to get the sum of price that is bigger then 500000 and also all price that has the same name how to get it in view?
crazycaw 2019-12-13 08:57:38
skys215 2019-12-13 04:10:52
copies? copy of what?

Number of print copies

skys215 2019-12-13 09:02:36
crazycaw 2019-12-13 08:57:38
Number of print copies

I don’t understand

Khoerulhumam 2019-12-13 09:20:52
permission to ask, how to make excel export by taking data contents from a graph?
Khoerulhumam 2019-12-13 09:21:15
what example please ?
gsadmin1010 2019-12-13 10:19:46
Hi guys

I need to deploy a site built with laravel in cpanel. Any help??

Kapil Sharma 2019-12-13 11:18:15
var site_url = ‘<?php echo url(‘/’); ?>’;
function view_seller_info(slug){
$.ajax({
type:”POST”,
url:”{{route(‘sliders.detail’)}}”,
data:{slug:slug, _token: ‘{{csrf_token()}}’},
success:function(data){
var result = data;
// alert(result);{“heading1″:”33,123″,”heading2″:”33,123″}
var obj = JSON.parse(result);//data in object
//alert(obj);[object Object]

if( obj!=”){
$(‘#view_info’).modal(‘show’);
$(‘.info_data’).html(‘<table class=”table table-bordered table-condensed”><tr><th>Heading 1</th><th>Heading 2</th><tr><td >’+obj.heading1+'</td><td>’+obj.heading2+'</td></tr></tr></table>’);
}
else{
$(‘#view_info’).modal(‘show’);
}
}
});
}

Kapil Sharma 2019-12-13 11:18:54
Kapil Sharma 2019-12-13 11:18:15
var site_url = ‘<?php echo url(‘/’); ?>’;
function view_seller_info(slug){
$.ajax({
type:”POST”,
url:”{{route(‘sliders.detail’)}}”,
data:{slug:slug, _token: ‘{{csrf_token()}}’},
success:function(data){
var result = data;
// alert(result);{“heading1″:”33,123″,”heading2″:”33,123″}
var obj = JSON.parse(result);//data in object
//alert(obj);[object Object]

if( obj!=”){
$(‘#view_info’).modal(‘show’);
$(‘.info_data’).html(‘<table class=”table table-bordered table-condensed”><tr><th>Heading 1</th><th>Heading 2</th><tr><td >’+obj.heading1+'</td><td>’+obj.heading2+'</td></tr></tr></table>’);
}
else{
$(‘#view_info’).modal(‘show’);
}
}
});
}

i want 33 ant 123 in different row saved in string form

skys215 2019-12-13 11:24:27
wrong group?
Eldor 2019-12-13 11:47:14
how to do a pagination when your import sql
Eldor 2019-12-13 11:47:16
laravel_discuss-21029.jpg

Eldor 2019-12-13 11:47:30
it says i am returning an array
smallpigg 2019-12-13 11:50:12
order Table:
 
id |total
  1 | 76.54

item table:
 
id |oid| price | tax
  1 | 1 |  40   | 6.54
  2 | 1 |  30   |  0
  
 How can I display if order’s total not equal to sum of (price+tax) order’s item

 i want to learn in both mysql, eloquent way

skys215 2019-12-13 12:17:59
Eldor 2019-12-13 11:47:14
how to do a pagination when your import sql

DB has no pagination method, use take/skip function instead

2019-12-13 12:30:31
laravel_discuss-21038.jpg
i problems
R3zaEsma3ili 2019-12-13 12:33:44
Apple’s new product
Fatima 2019-12-13 14:02:28
Hello guys 😊
Fatima 2019-12-13 14:03:02
laravel_discuss-21050.jpg

Fatima 2019-12-13 14:03:25
Fatima 2019-12-13 14:03:02

Does any body knows if my npm works or not??

Fatima 2019-12-13 14:03:36
It doesn’t actually
Fatima 2019-12-13 14:03:55
npm install laravel-mix –save-dev
Fatima 2019-12-13 14:04:24
Fatima 2019-12-13 14:03:55
npm install laravel-mix –save-dev

I did this , my npm run watch doent have error

Fatima 2019-12-13 14:04:40
Fatima 2019-12-13 14:04:24
I did this , my npm run watch doent have error

But my laravel mix doesn’t work

|