← prev | next →
Akashdeep Singh 2022-08-29 16:50:30

in mysql
epaphradito 2022-08-29 16:51:52
or try removing the last part of the return statement ->with($id), remove it and see
epaphradito 2022-08-29 16:52:26
Because compact() is enough to embed the variable $id in the view
epaphradito 2022-08-29 16:53:19
Oh, I have now got the problem
epaphradito 2022-08-29 16:53:54
the issue is, $id is an array of the items fetched from tbl_student
epaphradito 2022-08-29 16:54:13
And this array can not contain this property Fname
epaphradito 2022-08-29 16:54:38
Fname is just a property on one of the items that are in the array
Akashdeep Singh 2022-08-29 17:42:48
epaphradito 2022-08-29 16:54:38
Fname is just a property on one of the items that are in the array
now what can i do?
Almas 2022-08-29 17:52:10
I am trying to use a different table for authentication ( not users table which is the default one ) can anyone help me please
Almas 2022-08-29 17:52:48
Tried to go through laravel authentication documentation but I can’t fully understand it
Almas 2022-08-29 17:53:15
Please help
DesolatorMagno 2022-08-29 18:00:47

https://laravel.com/docs/9.x/authentication#authenticating-users
Go to the config/auth
Sunny 2022-08-29 18:47:58
Akashdeep Singh 2022-08-29 17:42:48
now what can i do?
Try with fname instead of Fname..
Print the result.. U will get.
Denno_IT 2022-08-29 19:09:03
can someone please tell me what does this mean?
DesolatorMagno 2022-08-29 19:09:44
Next time try showing the line that have the error.
Denno_IT 2022-08-29 19:10:25
DesolatorMagno 2022-08-29 19:09:44
Next time try showing the line that have the error.

DesolatorMagno 2022-08-29 19:11:19
The error says that $request->product_id is a string, and you can’t count a string.
Denno_IT 2022-08-29 19:12:15
DesolatorMagno 2022-08-29 19:11:19
The error says that $request->product_id is a string, and you can’t count a string.
id is an integer.. what does this mean?
Denno_IT 2022-08-29 19:12:26
or which is the best approach
DesolatorMagno 2022-08-29 19:12:35
YOU CAN ONLY COUNT THINGS THAT CAN BE COUNTED.
DesolatorMagno 2022-08-29 19:13:43
use the value them if it is a integer.
WEBLYSS SOFTWARE 2022-08-29 19:37:03
*Dear Sir/Ma’am* ,
Greetings from Weblyss!!!
We can provide you lots of Rating With 5 star And All reviews will be genuine. If you’re intrested then please ping us .
1. *Google map reviews*
2. *Justdial reviews*
3.*instagram promotions*
4. *Facebook reviews*
5. *YouTube promotions*
6. *Android App reviews*
7. *IPHONE(IOS) Reviwes*
8. *Facebook promotions*
*All type of other services*( Website Designing & Graphics evening and many more)
*Best Regards* ,
Mohammed Gous
Mob: +918763609732** ( Call / Whatsapp)
Weblyss Software Solutions Pvt Ltd Bhubaneswar, Odisha, India
Website: www.weblyss.com
Email: info@weblyss.com
Bright 2022-08-29 19:45:07
Bright 2022-08-29 19:45:07
Bright 2022-08-29 19:45:19
Our new react firebase ecommerce application
being_shaif 2022-08-29 19:48:24
Is there any freelancing work in Laravel?
Almas 2022-08-29 19:57:09
DesolatorMagno 2022-08-29 18:00:47
https://laravel.com/docs/9.x/authentication#authenticating-users
Go to the config/auth
i did this but it doesnt seem to authenticate
Almas 2022-08-29 19:58:04

Here is my Auth.php
Almas 2022-08-29 19:58:15
thanks in advance
Cedric Aubin 2022-08-29 20:05:48
Hi everyone, I need tutorial on laravel REST API ? Links and advices are welcome
DesolatorMagno 2022-08-29 20:23:46
Did you also chage the login controller and clear cache?
Mohamed Yasser 2022-08-29 20:32:50
lol should i make a Bot for no english symbols ?
this is kind of racism btw
Mohamed Yasser 2022-08-29 20:33:02
iam out
Almas 2022-08-29 20:34:26
DesolatorMagno 2022-08-29 20:23:46
Did you also chage the login controller and clear cache?
yes i did, now i am having the weird behavior the Auth::attempt method returns true but redirects me back to login page
Mohamed Yasser 2022-08-29 20:34:31
i reported this sick BOT
← prev | next →