I get this error, what could it be?

|
thatispr 2020-04-17 20:11:03
Can someone assist me over anydesk
hiteshv253 2020-04-17 20:22:39
Dev 2020-04-17 17:53:26
Guys. Anyone approached this guy? Is he fake?

may be it is not fake.
waiting for answers.

Dev 2020-04-17 20:28:32
hiteshv253 2020-04-17 20:22:39
may be it is not fake.
waiting for answers.

Oh. But I don’t think so. He got all the details like my portfolio, LinkedIn profile, StackOverflow profile and like that. Finally, he said something like “I’m not right candidate and thanks anyway”. I assume he wasn’t seriously into looking for developers.

AngelGoitia 2020-04-17 21:10:38
laravel_discuss-33483.jpg

AngelGoitia 2020-04-17 21:10:39
laravel_discuss-33484.jpg

AngelGoitia 2020-04-17 21:11:07
AngelGoitia 2020-04-17 21:10:39

I get this error, what could it be?

2020-04-17 21:52:06
Hello, I have try to appears exam for certificate laravel developer.

Is there any reference link for reading instant of laravel.com documentation?

2020-04-17 22:17:01
laravel_discuss-33488.jpg

2020-04-17 22:17:01
laravel_discuss-33487.jpg

MatPk 2020-04-17 22:44:53
hi
can anyone help me?
https://stackoverflow.com/questions/61279462/laravel-polymorphic-relation-returns-relation

Laravel polymorphic relation – returns relationStack Overflow
i want to let users that have bookmarks. it means users can bookmark posts, articles, etc…
so this is my schema
users
id
bookmarks
id
bookmarkable_id
bookmarkable_type
use…
Patricklab 2020-04-17 22:46:24
Anyone know how to solve laravel 6.0 on live server css and Javascript are not loading
MatPk 2020-04-17 22:47:04
Patricklab 2020-04-17 22:46:24
Anyone know how to solve laravel 6.0 on live server css and Javascript are not loading

did u use laravel mix?

MatPk 2020-04-17 22:47:20
did u use this method?
asset()
Patricklab 2020-04-17 22:47:54
MatPk 2020-04-17 22:47:04
did u use laravel mix?

No

MatPk 2020-04-17 22:48:10
Patricklab 2020-04-17 22:47:54
No

Try google it and use it

Patricklab 2020-04-17 22:48:34
MatPk 2020-04-17 22:47:20
did u use this method?
asset()

Yes everything loads fine with the routes but css and Javascript failed to load

Patricklab 2020-04-17 22:48:46
MatPk 2020-04-17 22:48:10
Try google it and use it

Since morning tried and failed

MatPk 2020-04-17 22:48:51
Patricklab 2020-04-17 22:48:34
Yes everything loads fine with the routes but css and Javascript failed to load

console checked?

Patricklab 2020-04-17 22:48:55
Am stack
Patricklab 2020-04-17 22:50:26
MatPk 2020-04-17 22:48:51
console checked?

Yes I faced the same problem with an older version laravel but the fix was to correct the directory path to the public folder and index.php

Patricklab 2020-04-17 22:50:37
Which had fixed it up
Patricklab 2020-04-17 22:50:47
But laravel 6.0 and 7.0
Patricklab 2020-04-17 22:51:13
Has fully failed me
MatPk 2020-04-17 22:53:22
i am using laravel 7 and i do not have this problem.
1 – try clean your browser cache
2 – use asset() function for loading your local css js files
3 – run your application again.
thatispr 2020-04-17 23:43:20
I am getting admin controllers issue..while logging in

Can someone assist me over anydesk

yish_mael 2020-04-18 00:05:39
Where can I get a laravel job
TheGovernor 2020-04-18 00:08:04
Patricklab 2020-04-17 22:51:13
Has fully failed me

Are u using shared host?

Noorev7 2020-04-18 00:11:22
laravel_discuss-33527.jpg

Noorev7 2020-04-18 00:12:19
Hi i used this and in line 213 its giving me everything even when “status” =0
Noorev7 2020-04-18 00:12:34
Why did someone know?
TheGovernor 2020-04-18 00:12:52
Noorev7 2020-04-18 00:12:34
Why did someone know?

You should use or where in closure I think

TheGovernor 2020-04-18 00:13:31
Combine it with first where in another where
Noorev7 2020-04-18 00:14:45
I can’t use or where cuz i need it always give me the data just when status 1
Noorev7 2020-04-18 00:15:02
TheGovernor 2020-04-18 00:13:31
Combine it with first where in another where

How?

TheGovernor 2020-04-18 00:19:44
Noorev7 2020-04-18 00:15:02
How?

->where(‘status’, 0)->where(function ($q) { $q->where(‘sex’, Auth::user()->sex)->orWhere(‘sex’, 0); })

TheGovernor 2020-04-18 00:19:50
Something like this
Noorev7 2020-04-18 00:23:55
not working
Dev 2020-04-18 00:24:18
Noorev7 2020-04-18 00:11:22

Are you using enum for status?

Noorev7 2020-04-18 00:25:52
Dev 2020-04-18 00:24:18
Are you using enum for status?

I don’t get what you mean? How

Dev 2020-04-18 00:27:28
Noorev7 2020-04-18 00:25:52
I don’t get what you mean? How

I mean if you are using enum data type for status column.

Noorev7 2020-04-18 00:28:24
Status should be 1 or 0
It get 0 auto
TheGovernor 2020-04-18 00:37:57
Noorev7 2020-04-18 00:23:55
not working

Use where(‘status’,1)

Noorev7 2020-04-18 00:39:31
TheGovernor 2020-04-18 00:37:57
Use where(‘status’,1)

I know i already did it but still not working

warchiefs 2020-04-18 02:03:17
Noorev7 2020-04-18 00:39:31
I know i already did it but still not working

are you sure, that you have integer in database, not varchar?

Noorev7 2020-04-18 02:04:34
Tinyint
Noorev7 2020-04-18 02:05:40
warchiefs 2020-04-18 02:03:17
are you sure, that you have integer in database, not varchar?

I noticed that in bringing the data with status 1 in the top but also the data with status 0 after it

Noorev7 2020-04-18 02:05:45
So whhhy
Noorev7 2020-04-18 02:08:24
warchiefs 2020-04-18 02:03:17
are you sure, that you have integer in database, not varchar?

Ohhh i just make it int and it worked 🤩

DisneybySherlock 2020-04-18 02:08:36
Noorev7 2020-04-18 02:08:24
Ohhh i just make it int and it worked 🤩

Congratulations 😅

warchiefs 2020-04-18 02:09:02
tinyint may be compatible with bool vars in php
|