-
Hello, I'm trying to add Nova to my already existing non-laravel PHP application. But for the users table i'm using different db columns than the default ones. My question how can I change these default values for e.g: email -> u_emailadres or password -> u_sleutel I've already tried to add an accessor to my Users model but with no luck.
Error logging:
How can I change these hardcoded columns? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
You can follow the following code: nova-issues/issue-4516@2498ae7 |
Beta Was this translation helpful? Give feedback.
You can follow the following code: nova-issues/issue-4516@2498ae7