Last updated 2 years ago
you can use Schema::class to build a JSON input like this
Schema::class
Schema::make('name');
this class works with vue ViltSchema.vue
ViltSchema.vue
it has some more methods for setting options
->options(array) // it must has row like Text::make(), Select::make()