Contents:
How can it to be done ?
What is the relation?
Anyone got a reference on how i cud get dhl api implemented on my web app?
Any help please?
For what exactly you APi wamt?
has anyone ever tried neon lms?
disini apa ada teman2 yang berasal dari indonesia?
How can it to be done ?
What is the relation?
Anyone got a reference on how i cud get dhl api implemented on my web app?
Any help please?
For what exactly you APi wamt?
has anyone ever tried neon lms?
disini apa ada teman2 yang berasal dari indonesia?
sahilbalgotra 2020-03-31 02:51:20
Check each email in database but from a blade
c1rkovic 2020-03-31 02:52:43
You shouldn’t practice to use that, but you can use Eloquent or you can use DB::table(‘whatever’)->where(‘email’,$email)->first();
c1rkovic 2020-03-31 02:53:27
Than you can check if you have empty array(email doesn’t exist) or array will be returned
sahilbalgotra 2020-03-31 02:54:02
Basically i am creating a tabel on blade which have column email and joined in joined in want to show user joined or not but this all done in inside of foreach
sahilbalgotra 2020-03-31 02:56:49
c1rkovic 2020-03-31 02:52:43
You shouldn’t practice to use that, but you can use Eloquent or you can use DB::table(‘whatever’)->where(‘email’,$email)->first();
Can i use this inside a blade not in controller
c1rkovic 2020-03-31 02:57:16
Yes but you need to use it inside {{ }}
sahilbalgotra 2020-03-31 02:57:29
c1rkovic 2020-03-31 02:57:16
Yes but you need to use it inside {{ }}
Okk
sahilbalgotra 2020-03-31 02:57:40
🙏🙇 thanks bro…
sahilbalgotra 2020-03-31 03:01:37
@if(user::whereemail({{$email}})-get())
<td>joined</td>
@else
<td>not joined</td>
@endif
<td>joined</td>
@else
<td>not joined</td>
@endif
sahilbalgotra 2020-03-31 03:02:03
c1rkovic 2020-03-31 02:57:16
Yes but you need to use it inside {{ }}
Bro this works
c1rkovic 2020-03-31 03:02:49
No
c1rkovic 2020-03-31 03:02:57
Please check my message
c1rkovic 2020-03-31 03:03:04
c1rkovic 2020-03-31 02:52:43
You shouldn’t practice to use that, but you can use Eloquent or you can use DB::table(‘whatever’)->where(‘email’,$email)->first();
Copy that and modify
sahilbalgotra 2020-03-31 03:04:31
sahilbalgotra 2020-03-31 03:01:37
@if(user::whereemail({{$email}})-get())
<td>joined</td>
@else
<td>not joined</td>
@endif
<td>joined</td>
@else
<td>not joined</td>
@endif
I get i have use db instead of modal user
c1rkovic 2020-03-31 03:04:58
No, you can use nodel
c1rkovic 2020-03-31 03:05:00
Model
c1rkovic 2020-03-31 03:05:37
{{App/User::where
sahilbalgotra 2020-03-31 03:06:04
c1rkovic 2020-03-31 03:05:37
{{App/User::where
Okk thanks
sadeqi125 2020-03-31 09:39:28
how can i set role permission in laravel
Pro 2020-03-31 09:54:56
https://github.com/spatie/laravel-permission
GitHub – spatie/laravel-permission: Associate users with roles and permissions – GitHub
Associate users with roles and permissions. Contribute to spatie/laravel-permission development by creating an account on GitHub.
Associate users with roles and permissions. Contribute to spatie/laravel-permission development by creating an account on GitHub.
ramadurai_muruganantham 2020-03-31 10:08:41
I’m using Laravel 7.X and php7.2.9
While running the project through homestead. I’m getting an error like syntax error ‘=’. Please someone suggest fix for this one.
Akshay 2020-03-31 10:15:31
Akshay:
So how can i do this
So how can i do this
When the user login in i want the logging user details
On that blade file
Akshay 2020-03-31 10:16:32
Can any1 its urgent
kv_sanjay 2020-03-31 10:21:45
Use Auth::user()
sadeqi125 2020-03-31 11:07:04
is any way in laravel to set password on created zip file and then downloaded
2020-03-31 11:13:50
Lavarel beginner
tanmaya09 2020-03-31 11:57:43
I want to set Temp directory of PHP to another directory in my php code. How can it to be done ? Any suggestions ?
Mrroooto 2020-03-31 12:13:52
Hi
I confused in db relations
I have two databale
Persons
Movies
And each movie has many films
And each person belong to movies with roles like director , cast , writer
What is the relation?
I confused in db relations
I have two databale
Persons
Movies
And each movie has many films
And each person belong to movies with roles like director , cast , writer
What is the relation?
TDarkCoder 2020-03-31 12:21:02
Mrroooto 2020-03-31 12:13:52
Hi
I confused in db relations
I have two databale
Persons
Movies
And each movie has many films
And each person belong to movies with roles like director , cast , writer
What is the relation?
I confused in db relations
I have two databale
Persons
Movies
And each movie has many films
And each person belong to movies with roles like director , cast , writer
What is the relation?
Hi, many to many with pivots
Prakash D 2020-03-31 14:04:40
Hi ,I want to insert data from one to other table for every day using phpmyadmin event or trigger or procedure
@ BigReli@nce 2020-03-31 14:43:01
Prakash D 2020-03-31 14:04:40
Hi ,I want to insert data from one to other table for every day using phpmyadmin event or trigger or procedure
Laravel clone is package
efe_da_first 2020-03-31 14:55:35
Anyone got a reference on how i cud get dhl api implemented on my web app?
efe_da_first 2020-03-31 14:55:57
Any ideas or reference or sample is much appreciated
efe_da_first 2020-03-31 15:09:25
Any help please?
c1rkovic 2020-03-31 18:11:56
For what exactly you APi wamt?
c1rkovic 2020-03-31 18:11:59
Want
c1rkovic 2020-03-31 18:12:03
https://developer.dhl.com/api-catalog
Z_Yamin 2020-03-31 18:12:56
Hi dear friends i have a problem with my php storme, when i press Control+click in a link it dose not go to resource or view, if any one know what is the problem please help me
Sumanta_mukhopadhyay 2020-03-31 18:19:30
OK
Sumanta_mukhopadhyay 2020-03-31 18:19:42
@Ziayamin It depends on the IDE settings you have
Z_Yamin 2020-03-31 18:20:26
i did not change the sitting
Z_Yamin 2020-03-31 18:20:41
if you know please help me
One 2020-03-31 19:22:01
please help me
One 2020-03-31 19:23:35
has anyone ever tried neon lms?
One 2020-03-31 19:25:10
disini apa ada teman2 yang berasal dari indonesia?
One 2020-03-31 19:25:20
tolong bantu saya
2020-03-31 19:43:03
View [layouts.partials.navbar] not found. (View: /home/nwaka/Documents/sportsapp/resources/views/welcome.blade.php)
2020-03-31 19:51:28

c1rkovic 2020-03-31 20:18:54
Send us screenshot of the code please
2020-03-31 20:22:38
c1rkovic 2020-03-31 20:18:54
Send us screenshot of the code please
https://pastebin.com/aEdauCYk
getLocale()) }}”> – Pastebin.com – Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.