← prev | next →
2021-03-15 10:33:02
Bcz am a beginner and this is my first project
nsmodi 2021-03-15 10:50:55
Jinu Can you explain more about the requirement?
I would like to mention here that all members are so nice and gentlemen. Please be humble while writing in this channel.
Rashid 2021-03-15 11:34:55
how can i join two table in laravel
Rashid 2021-03-15 11:35:11
that 2 table have no direct relations
Rajnitigya 2021-03-15 11:41:12
Hello everyone I am beginner in Laravel need some help pls DM me
w3lifer 2021-03-15 11:48:56
Rajnitigya 2021-03-15 11:41:12
Hello everyone I am beginner in Laravel need some help pls DM me
Write here, don’t worry
Rajnitigya 2021-03-15 11:51:36
Logout Route working properly on home page but if I go to dashboard then logout Route not work
w3lifer 2021-03-15 11:58:09
Rashid 2021-03-15 11:35:11
that 2 table have no direct relations
https://laravel.com/docs/8.x/queries#joins
w3lifer 2021-03-15 11:59:13
Rajnitigya 2021-03-15 11:51:36
Logout Route working properly on home page but if I go to dashboard then logout Route not work
What’s in the console (Chrome Dev Tools)?
segungreat 2021-03-15 12:17:33
Rajnitigya 2021-03-15 11:51:36
Logout Route working properly on home page but if I go to dashboard then logout Route not work
Your route code, can we see it
Rajnitigya 2021-03-15 12:21:04
segungreat 2021-03-15 12:17:33
Your route code, can we see it

Rashid 2021-03-15 12:22:36
w3lifer 2021-03-15 11:58:09
https://laravel.com/docs/8.x/queries#joins
there is no comnection between two table
w3lifer 2021-03-15 12:26:13
Rashid 2021-03-15 12:22:36
there is no comnection between two table
I don’t understand why you can’t use JOIN in your case.
segungreat 2021-03-15 12:43:03
Rajnitigya 2021-03-15 12:21:04
You’re implementing your logout yourself, then how did you link to it on the homepage and dashboard
avinashpai 2021-03-15 12:58:24
Is there any crud ui generator for L6?
dhenish 2021-03-15 14:05:19
nsmodi 2021-03-15 10:16:12
https://www.youtube.com/watch?v=VkboRFoNs4c
@nsmodi This Video Is not working can you help me otherside ??
Rashid 2021-03-15 14:07:30
w3lifer 2021-03-15 12:26:13
I don’t understand why you can’t use JOIN in your case.
idont know how to join
SubhagyaBagai 2021-03-15 15:04:40
Hi,
Need a Laravel developer for work.
Kindly pm
juvenilia_xs 2021-03-15 15:15:55
Hi ,
My email verification doesn’t work. problem in Verification-Link and setting “email verified at” field in Database ,
i think it’s because of NON-Incremental USER-ID.
any Ideas about this ??
segungreat 2021-03-15 15:24:02
juvenilia_xs 2021-03-15 15:15:55
Hi ,
My email verification doesn’t work. problem in Verification-Link and setting “email verified at” field in Database ,
i think it’s because of NON-Incremental USER-ID.
any Ideas about this ??
Why not auto increment the ID
mauvil 2021-03-15 15:25:40
How can I get the content of a function that doesn’t have return and has html inside the function?
juvenilia_xs 2021-03-15 15:26:08
segungreat 2021-03-15 15:24:02
Why not auto increment the ID
it’s not nice on client side to use incremental ID.
i used “time()” , and have problem in every sides of my project .
i solved all . but this is some difficult.
juvenilia_xs 2021-03-15 15:26:50
mauvil 2021-03-15 15:25:40
How can I get the content of a function that doesn’t have return and has html inside the function?
echo $string;
2021-03-15 15:29:44
SubhagyaBagai 2021-03-15 15:04:40
Hi,
Need a Laravel developer for work.
Kindly pm
Hello ,I am ramesh, I can work with you as part time for now
unknownstranges 2021-03-15 15:30:45
unknownstranges 2021-03-15 15:30:45

Guys i need a template for a digital market place (sharing softwares for free actually)
Which one do you think is better??
unknownstranges 2021-03-15 15:30:46
unknownstranges 2021-03-15 15:30:46
segungreat 2021-03-15 15:33:41
juvenilia_xs 2021-03-15 15:26:08
it’s not nice on client side to use incremental ID.
i used “time()” , and have problem in every sides of my project .
i solved all . but this is some difficult.
Instead you can use username or unique random string for each user but still keep the Id as the primary key and auto increment, then simply create a method in user model to get user by the unique string or value
Just an idea…
segungreat 2021-03-15 15:35:20
unknownstranges 2021-03-15 15:30:46
It all depends on your project but I think am OK with 1 and 2
unknownstranges 2021-03-15 15:36:38
segungreat 2021-03-15 15:35:20
It all depends on your project but I think am OK with 1 and 2
You mean tijarah and themeplace?
juvenilia_xs 2021-03-15 15:40:57
segungreat 2021-03-15 15:33:41
Instead you can use username or unique random string for each user but still keep the Id as the primary key and auto increment, then simply create a method in user model to get user by the unique string or value
Just an idea…
Nice idea. we used before. but it takes some memory and it’s not needed.
i want to implement my projects without that field for tables that have many records.
juvenilia_xs 2021-03-15 15:48:20

i override VERIFY function in “VerificationController.php”.
please someone tell me that where is code of USER recognizing part ?? that i change it. thnQ.
FH 2021-03-15 15:49:26
Salam
inga irani hast?
segungreat 2021-03-15 15:54:20
juvenilia_xs 2021-03-15 15:48:20
i override VERIFY function in “VerificationController.php”.
please someone tell me that where is code of USER recognizing part ?? that i change it. thnQ.
The $request->user(), has the information about the currently logged in user
← prev | next →