How did you includw jquery into your page?

|
Elephant Money 2020-11-03 08:03:19
$candidates = DB::table(‘online_payments’)
->rightjoin(‘apply_jobs’, DB::raw(“DATE_FORMAT(apply_jobs.created_at,’%Y-%m-%d’)”), DB::raw(“DATE_FORMAT(online_payments.created_at,’%Y-%m-%d’)”))
->select(DB::raw(‘count(apply_jobs.id) as total’),DB::raw(“DATE_FORMAT(apply_jobs.created_at,’%Y-%m-%d’) as date”),DB::raw(‘sum(online_payments.amount) as fee’))
->groupBy(‘date’)

->get();
return response()->json([‘status’ => ‘success’, ‘data’ => $candidates], 200);

Mujhtech 2020-11-03 08:03:48
Then catch your flash session message with title name
Elephant Money 2020-11-03 08:05:12
laravel_discuss-57709.jpg
This is the data format
profsr123 2020-11-03 08:05:12
laravel_discuss-57708.jpg
any body pls tell how to solve this
Elephant Money 2020-11-03 08:06:04
here fee automatically multiply by total
udev21 2020-11-03 09:44:31
Hi there 👋
udev21 2020-11-03 09:45:35
udev21 2020-11-03 09:44:31
Hi there 👋

i’ve installed jQuery to laravel project using npm, but jQuery is not working

udev21 2020-11-03 09:47:26
udev21 2020-11-03 09:45:35
i’ve installed jQuery to laravel project using npm, but jQuery is not working

laravel_discuss-57713.jpg
it generates as like this

skys215 2020-11-03 10:38:26
udev21 2020-11-03 09:45:35
i’ve installed jQuery to laravel project using npm, but jQuery is not working

How did you includw jquery into your page?

k_ankit05 2020-11-03 10:41:41
laravel_discuss-57717.jpg

k_ankit05 2020-11-03 10:41:55
laravel_discuss-57718.jpg

k_ankit05 2020-11-03 10:42:05
Any idea for this.. to solve in php
skys215 2020-11-03 10:43:59
Ho any weeks are there?
k_ankit05 2020-11-03 10:44:27
That we have to do with date function
k_ankit05 2020-11-03 10:44:58
Means it shall not be like it is for a particular month or like that
k_ankit05 2020-11-03 10:46:50
laravel_discuss-57723.jpg
I’ve done like this… But i wanted to use for loop
k_ankit05 2020-11-03 10:57:37
is anyone doing this?
natghi2010 2020-11-03 11:11:53
k_ankit05 2020-11-03 10:46:50
I’ve done like this… But i wanted to use for loop

Can you send the php file

natghi2010 2020-11-03 11:12:04
I want to optimise your code
natghi2010 2020-11-03 11:12:41
And also line 23 is wrong
k_ankit05 2020-11-03 11:13:13
Man this code is wrong
k_ankit05 2020-11-03 11:13:27
I need to do it in for loop
k_ankit05 2020-11-03 11:14:11
Someone please solve it
shaildark 2020-11-03 11:23:16
k_ankit05 2020-11-03 10:46:50
I’ve done like this… But i wanted to use for loop

in the else if condition use in_array($m,[1,3,5,7,8,10,12])

natghi2010 2020-11-03 11:24:41
He said loop!
k_ankit05 2020-11-03 11:24:52
I need to use from for loop
k_ankit05 2020-11-03 11:25:02
Not array
natghi2010 2020-11-03 11:25:09
k_ankit05 2020-11-03 11:24:52
I need to use from for loop

What are you looping sir?

natghi2010 2020-11-03 11:25:53
Months?
k_ankit05 2020-11-03 11:25:58
Loop is used to give multiple conditions at a time
k_ankit05 2020-11-03 11:29:08
natghi2010 2020-11-03 11:25:53
Months?

See… I need to do like using date function or something and inside that use for loop in which it will show no. Of rows that i shall take in any month

k_ankit05 2020-11-03 11:29:54
Like in January if there it is showing 6 week so it shall show 6 column
k_ankit05 2020-11-03 11:30:10
k_ankit05 2020-11-03 10:41:41

See the image

k_ankit05 2020-11-03 11:30:25
6 column are there
profsr123 2020-11-03 13:39:04
any bodythere to connect me through any desk to solve some errors
2020-11-03 14:24:06
hi guys i,m want install famous package Intervention in lumen
i,m intall this packages with composer
but when time i,m want used this package in class unknow
how i m used this packages in LUMEN ?
how i,m registered facade packages?
M 2020-11-03 15:11:16
Hi How to laravel multiple DB connection
natghi2010 2020-11-03 15:14:07
M 2020-11-03 15:11:16
Hi How to laravel multiple DB connection

whats your .env version?

natghi2010 2020-11-03 15:17:37
M 2020-11-03 15:11:16
Hi How to laravel multiple DB connection

https://stackoverflow.com/questions/31847054/how-to-use-multiple-databases-in-laravel

How to use multiple databases in LaravelStack Overflow
I want to combine multiple databases in my system. Most of the time the database is MySQL; but it may differ in future i.e. Admin can generate such a reports which is use source of heterogeneous
natghi2010 2020-11-03 15:17:53
the top answer is simply amazing. he goes into every detail
princeferozepuria 2020-11-03 15:18:18
scribe package does not work
princeferozepuria 2020-11-03 15:18:29
how to integrate with vue js
princeferozepuria 2020-11-03 15:18:39
3 version
princeferozepuria 2020-11-03 15:19:10
our application requirement is automatic documentation with using laravel package laravel 8 version
princeferozepuria 2020-11-03 15:19:23
is there any git repo
princeferozepuria 2020-11-03 15:19:33
please guys send me
princeferozepuria 2020-11-03 15:19:45
i appreciate that
princeferozepuria 2020-11-03 15:19:55
if i found my solution
M 2020-11-03 15:23:09
laravel_discuss-57770.jpg

M 2020-11-03 15:23:26
Error DB connection
|