There is currently no way of doing this. You can make an export of certain tables and put them in a migration or just run it on your prod database. Here is an example: https://github.com/the-control-group/voyager/issues/1995#issuecomment-336562755
Nov 26, 2019
8
Level 6
Deploying laravel project with voyager
I just finished developing an app and I used voyager for admin panel, I didn't see anything about deploying in the package's docs and I was wondering how it works? what got me confused is that when you create a table it doesn't create a migration table so how do I get all the db tables on the server? Thanks in advance everyone!
Please or to participate in this conversation.