Project management in laravel?

|
RahiMSuleymaN 2021-02-03 22:41:32
Only I can t get values of vote_relation
RahiMSuleymaN 2021-02-03 22:44:57
laravel_discuss-69092.jpg

RahiMSuleymaN 2021-02-03 22:45:42
when I use in blade as @if($idea->whoVote()
RahiMSuleymaN 2021-02-03 22:46:08
laravel_discuss-69094.jpg

RahiMSuleymaN 2021-02-03 22:46:32
query count increase
RahiMSuleymaN 2021-02-03 22:47:46
RahiMSuleymaN 2021-02-03 22:40:00

that s way I need to use it.But I can t fetch it

RahiMSuleymaN 2021-02-03 22:48:44
My query is
RahiMSuleymaN 2021-02-03 22:48:54
laravel_discuss-69098.jpg

DesolatorMagno 2021-02-03 22:50:47
It look like you are drooping info but little context.
DesolatorMagno 2021-02-03 22:51:00
what is whoVote? a relation?
RahiMSuleymaN 2021-02-03 22:52:49
laravel_discuss-69101.jpg

RahiMSuleymaN 2021-02-03 22:53:15
I don use login system
RahiMSuleymaN 2021-02-03 22:53:46
If user wants to vote then I get email
RahiMSuleymaN 2021-02-03 22:54:17
if He can verify email then vote +1(-1)
RahiMSuleymaN 2021-02-03 22:54:49
RahiMSuleymaN 2021-02-03 22:44:57

that is way i need it

DesolatorMagno 2021-02-03 22:55:25
“Good day, i have a question, i am working in a forum site, but i have a problem with the votation, whenever i try to..”

Thats how you should try to ask a question no separating the text and just writing peaces of the info.
how do i fetch?
where is relation?
i use here() but it don’t work.

RahiMSuleymaN 2021-02-03 22:55:52
laravel_discuss-69107.jpg

RahiMSuleymaN 2021-02-03 22:56:02
I use session
DesolatorMagno 2021-02-03 22:56:38
ok.
DesolatorMagno 2021-02-03 22:56:48
good luck.
RahiMSuleymaN 2021-02-03 22:57:48
DesolatorMagno 2021-02-03 22:55:25
“Good day, i have a question, i am working in a forum site, but i have a problem with the votation, whenever i try to..”

Thats how you should try to ask a question no separating the text and just writing peaces of the info.
how do i fetch?
where is relation?
i use here() but it don’t work.

thanks for advice

RahiMSuleymaN 2021-02-03 22:58:36
I just explain with details(photo)
Chrisdavid32 2021-02-03 23:01:24
laravel_discuss-69113.jpg
hello devs, please how can i get the value that is check from the list of diseases.
w3lifer 2021-02-03 23:02:04
RahiMSuleymaN 2021-02-03 22:58:36
I just explain with details(photo)

The right explained task is half the solution.

RahiMSuleymaN 2021-02-03 23:03:12
RahiMSuleymaN 2021-02-03 22:40:00

How can I fetch it in blade?

w3lifer 2021-02-03 23:04:14
Batu157 2021-02-03 12:42:57
I like adminlte

What is about https://github.com/z-song/laravel-admin ? I decided to use it.

GitHub – z-song/laravel-admin: Build a full-featured administrative interface in ten minutesGitHub
Build a full-featured administrative interface in ten minutes – GitHub – z-song/laravel-admin: Build a full-featured administrative interface in ten minutes
geohad 2021-02-03 23:06:49
Project management in laravel ?
Chrisdavid32 2021-02-03 23:14:54
Chrisdavid32 2021-02-03 23:01:24
hello devs, please how can i get the value that is check from the list of diseases.

Need help here

Abbas_roholamin 2021-02-03 23:17:02
Chrisdavid32 2021-02-03 23:01:24
hello devs, please how can i get the value that is check from the list of diseases.

$reguest->input(checkbox-name)

Abbas_roholamin 2021-02-03 23:17:44
Chrisdavid32 2021-02-03 23:01:24
hello devs, please how can i get the value that is check from the list of diseases.

if your want pass multie values of choice your Checkbox-name must be array like:
<input type=”checkbox” name=”vehicle[]” value=”Bike”>

Chrisdavid32 2021-02-03 23:31:45
Abbas_roholamin 2021-02-03 23:17:44
if your want pass multie values of choice your Checkbox-name must be array like:
<input type=”checkbox” name=”vehicle[]” value=”Bike”>

I don’t get boss

Abbas_roholamin 2021-02-03 23:38:17
laravel_discuss-69122.jpg

Abbas_roholamin 2021-02-03 23:38:58
laravel_discuss-69123.jpg

2021-02-04 00:55:20
Hi guys I created new branch from master and I cloned into my laptop from github and added few model then pushed into my new branch but its pushing all projects files not only created new files how to fix plz help
2021-02-04 00:58:05
2021-02-04 00:55:20
Hi guys I created new branch from master and I cloned into my laptop from github and added few model then pushed into my new branch but its pushing all projects files not only created new files how to fix plz help

laravel_discuss-69128.jpg
here is itsnot psuhing only chnaged files

|