laravel voyager is cool, but how to migrate these tables\setting\breads from development to product instance? especially for those develop once, deploy multiple time, how could it be done gracefully?
as for laravel, the native database migration/seeder is good for this purpose
No way to do it currently. Best hope so far is to export key tables such as those for the menus, bread and roles and then import them in production (making sure maintenance mode is on, of course).
Would be great if they could make a way to store central configuration in a JSON format of some sort so that it can be included in source control.