Which api is best?

|
Prem Soni 2021-03-11 20:10:02
ok
focalfossa20 2021-03-11 20:16:24
laravel_discuss-73145.jpg
#ask I’m getting error like this when trying laravel beyondcode voucher, what’s wrong with my code?,
this is my controller file https://pastebin.com/twLa5hcS
this is my migration file https://pastebin.com/fxAfDPhs
this is my model file https://pastebin.com/ViX39HMq
Null78 2021-03-11 21:56:43
laravel_discuss-73147.jpg
hi, i have an admin account that can create, delete, update users
and i would like the admin to be able to send a new verification email to any of the users without login

** note: when i create the user for the first time i use similar code and the message is sent successfully

“message”: “Method Illuminate\Database\Eloquent\Collection::sendEmailVerificationNotification does not exist.”,

“exception”: “BadMethodCallException”,

“file”: “somewhere\vendor\laravel\framework\src\Illuminate\Macroable\Traits\Macroable.php”,

Null78 2021-03-11 21:57:20
laravel_discuss-73148.jpg
here is the create method which works and send the email

** note: both functions in the same controller

Perfectionist_me 2021-03-11 22:11:42
Any please help me
Perfectionist_me 2021-03-11 22:12:27
I am trying to solve ver simple invoice issue
Perfectionist_me 2021-03-11 22:12:41
Any please help
2021-03-11 22:14:12
whats your problem
2021-03-11 22:15:59
Null78 2021-03-11 21:56:43
hi, i have an admin account that can create, delete, update users
and i would like the admin to be able to send a new verification email to any of the users without login

** note: when i create the user for the first time i use similar code and the message is sent successfully

“message”: “Method Illuminate\Database\Eloquent\Collection::sendEmailVerificationNotification does not exist.”,

“exception”: “BadMethodCallException”,

“file”: “somewhere\vendor\laravel\framework\src\Illuminate\Macroable\Traits\Macroable.php”,

you can use cronjob .

Perfectionist_me 2021-03-11 22:16:14
laravel_discuss-73155.jpg

Perfectionist_me 2021-03-11 22:16:28
I want to show total in invoice
Perfectionist_me 2021-03-11 22:16:42
Total discount
Perfectionist_me 2021-03-11 22:16:52
Total tax
Null78 2021-03-11 22:16:52
2021-03-11 22:15:59
you can use cronjob .

sorry forgot to send the error

Null78 2021-03-11 22:17:59
Null78 2021-03-11 21:56:43
hi, i have an admin account that can create, delete, update users
and i would like the admin to be able to send a new verification email to any of the users without login

** note: when i create the user for the first time i use similar code and the message is sent successfully

“message”: “Method Illuminate\Database\Eloquent\Collection::sendEmailVerificationNotification does not exist.”,

“exception”: “BadMethodCallException”,

“file”: “somewhere\vendor\laravel\framework\src\Illuminate\Macroable\Traits\Macroable.php”,

@irandevelopers_ir

i added the error here

2021-03-11 22:18:37
Null78 2021-03-11 22:17:59
@irandevelopers_ir

i added the error here

after login change verfication

2021-03-11 22:19:20
Perfectionist_me 2021-03-11 22:16:14

create Value and

foreach

$price+= item -> price

Null78 2021-03-11 22:19:29
2021-03-11 22:18:37
after login change verfication

it’s the admin requesting a new email for that user
the user can not login

Perfectionist_me 2021-03-11 22:37:28
laravel_discuss-73164.jpg

Perfectionist_me 2021-03-11 22:37:40
This is file code for discount
Perfectionist_me 2021-03-11 22:43:08
laravel_discuss-73168.jpg

Perfectionist_me 2021-03-11 22:44:07
This is my total tax code from another file which is working in another invoice but when i am using same code in different invoice file its not working showing error
natghi2010 2021-03-11 23:22:48
what
Joice 2021-03-12 09:16:40
I need to implement realtime notifications in my laravel project using socket.io
Can anybody suggest me a good reference for that
Stan 2021-03-12 10:27:16
Joice 2021-03-12 09:16:40
I need to implement realtime notifications in my laravel project using socket.io
Can anybody suggest me a good reference for that

Pusher

2021-03-12 11:11:18
Joice 2021-03-12 09:16:40
I need to implement realtime notifications in my laravel project using socket.io
Can anybody suggest me a good reference for that

you can even use node.js if you can run node.js on your server.

2021-03-12 11:11:39
but as @stan suggested.. pusher will be easier to implement.
2021-03-12 11:14:11
by node.js i meant implementing socket.io. you can use socket.io for realtime communication with node.js backend.
jcsnbgyq 2021-03-12 12:25:55
yeah. pusher
Mr_Classy 2021-03-12 14:03:47
Hello gyzz any suggestions for how to get Facebook friends list using api. Which api is best ??
Rashid 2021-03-12 14:13:30
how to make filter option
Rashid 2021-03-12 14:13:41
in ecomerce
Rashid 2021-03-12 14:13:52
i want to filter products
2021-03-12 14:58:34
Rashid 2021-03-12 14:13:30
how to make filter option

Can you please share the detail? Like the code, db and your environment i think, cause it will make dev read easier your problem

berto309 2021-03-12 15:19:36
Hey y’all. Please when I’m sending on queues. When I make an update in my job class it doesn’t reflect on the app. I’m on local machine.
|