Level 51
Try following that discussions
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hey Guys!
I am getting this error every now and then when I am returning to my project.
Method Illuminate\Auth\RequestGuard::getRecallerName does not exist.
I would assume that has something to do with my changes on the User Model.
I removed name from the migration and created an accessor called "name" that ist creating the Name by concatenating "firstname" and "lastname".
Any thoughts on that? Is there maybe a better approach?
Thanks a lot!
Please or to participate in this conversation.