Search code examples
htmlcsslaravelinput-fieldvoyager

Add field to edit user in voyager


I added a Custom Field in User table named Wallet. which I want to edit from Admin panel. But the Wallet field is not showing on the Edit user page. How can I add the Wallet Input field on Edit user page?

This is Table: enter image description here

Here is the User edit page enter image description here


Solution

  • I guess this is some sort of a bug in Voyager. I could reproduce your issue. I found a solution here: https://github.com/the-control-group/voyager/issues/1392

    Follow what owldesign commented on Jun 29, 2018

    That should work for you too.

    Cheers!