← prev | next →
Batu157 2021-01-31 21:30:27
Screenshots don’t exists yet lol
natghi2010 2021-01-31 21:41:07
2021-01-31 21:17:41
Am using correct client id and client secret. Why it is saying invalid credentials
I cant see that the password is 12345678
2021-01-31 21:41:53
natghi2010 2021-01-31 21:41:07
I cant see that the password is 12345678
Yeah
2021-01-31 21:44:06
I created six client all didn’t work
Batu157 2021-01-31 21:45:01
2021-01-31 21:44:06
I created six client all didn’t work
Can you show the records in the database?
Batu157 2021-01-31 21:45:15
Maybe you have the passwords unencrypted
2021-01-31 21:46:56
Batu157 2021-01-31 21:45:15
Maybe you have the passwords unencrypted
i run php artisan migrate:reset It’s now empty and still didn’t work.
Batu157 2021-01-31 21:47:29
can you send us your records in de db?
2021-01-31 21:48:31
Batu157 2021-01-31 21:47:29
can you send us your records in de db?
Nothing is there on db
Batu157 2021-01-31 21:49:36
how are you gonna log in if you have no users?
2021-01-31 21:54:28
Batu157 2021-01-31 21:49:36
how are you gonna log in if you have no users?

Batu157 2021-01-31 21:58:06
Have u modified Auth routes or Auth controllers?
ordinary_male 2021-01-31 21:59:41
Anyone can help me in building authorization API using JWT
Note: I don’t want to apply in users MODEL
Thanks I’ll be grateful
ordinary_male 2021-01-31 22:05:12
ordinary_male 2021-01-31 21:59:41
Anyone can help me in building authorization API using JWT
Note: I don’t want to apply in users MODEL
Thanks I’ll be grateful
“php”: “^7.3|^8.0”,
“fideloper/proxy”: “^4.4”,
“fruitcake/laravel-cors”: “^2.0”,
“guzzlehttp/guzzle”: “^7.0.1”,
“illuminate/auth”: “^8.25”,
“laravel/framework”: “^8.12”,
“laravel/tinker”: “^2.5”,
“tymon/jwt-auth”: “^1.0”
version details !
I got the error now : TypeError: Argument 1 passed to TymonJWTAuthJWTAuth::attempt() must be of the type array, object given,
Marvixino 2021-01-31 22:42:08
I have an event to send 3 emails to different people … Should I create listener for each activity or one email to send all emails?
imad_khamkhami 2021-01-31 22:54:05
imad_khamkhami 2021-01-31 22:54:21
sbruder 2021-02-01 07:07:31
how big is the image? and it works correctly?
segungreat 2021-02-01 08:24:17
Hi all, has anyone here done, have an idea or can refer someone with knowledge on how to setup (or host) a windows application demo online. We want our prospective clients to be able to test the working of the application on our website or a demo link we can provide them. since it a desktop app, they can test it online so they wont have to download anything to there system.
Thank you. Any lead, guide or recommendation will be appreciated.
Am sorry this is off laravel
darshanbaraiya 2021-02-01 09:28:14
https://stackoverflow.com/questions/65955385/on-pdf-generate-getting-image-not-found-or-type-unknown-barryvdh-dompdf-error
Can anyone help me with my above problem?
On pdf generate getting Image not found or type unknown barryvdhdompdf error –
Stack OverflowI am getting below error when generating a PDF in Laravel using barryvdh/laravel-dompdf package of laravel.
Image not found or type unknown
HTML
<html>
<head>
<style>
ad2030w 2021-02-01 10:59:00
Can you help me for dashboard Laravel?
2021-02-01 12:47:42
I want to one to one video calling in laravel with twillo
RahiMSuleymaN 2021-02-01 13:58:58
$ids = [1,2,’third’,4] How to check these are ids in users table
RahiMSuleymaN 2021-02-01 14:00:00
Is it possiple?I dont loop it User:find($id)
RahiMSuleymaN 2021-02-01 14:00:56
I don t want to loop
RahiMSuleymaN 2021-02-01 14:02:22
I need exist ids which $existIDs = [1,2,4]
Batu157 2021-02-01 14:08:11
Do you mean a wherein?
segungreat 2021-02-01 14:08:38
RahiMSuleymaN 2021-02-01 14:02:22
I need exist ids which $existIDs = [1,2,4]
Check where in the documentation
https://laravel.com/docs/8.x/queries#additional-where-clauses
RahiMSuleymaN 2021-02-01 14:10:15
Batu157 2021-02-01 14:08:11
Do you mean a wherein?

RahiMSuleymaN 2021-02-01 14:10:46
for examlple user changed value which it was id
RahiMSuleymaN 2021-02-01 14:11:00
and I pass data with ajax
RahiMSuleymaN 2021-02-01 14:11:23
that is why I need check these ids
Batu157 2021-02-01 14:15:59
RahiMSuleymaN 2021-02-01 14:10:15
You can do this:
Model::whereIn(‘field_to_check’, [1, 2, 3….])
RahiMSuleymaN 2021-02-01 14:18:38
segungreat 2021-02-01 14:08:38
Check where in the documentation
https://laravel.com/docs/8.x/queries#additional-where-clauses

RahiMSuleymaN 2021-02-01 14:18:49
I try it
← prev | next →