I have database that have many tables and one of these tables is users table that have different fields how can i do override on users table of voyager ?
You're free to use whatever table/model you want for users, existing or new, but you may need to customize a few things to get it to work.
Whichever model you choose, for it to work with Voyager, it needs to either implement TCG\Voyager\Contracts\User and use TCG\Voyager\Traits\VoyagerUser OR simply extend TCG\Voyager\Models\User. Additionally, you'll have to make sure both Laravel (config/app.php) and Voyager (config/voyager.php) configs know what model to use.
This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.