πRelation

you can use Relation::class to build a select input like this
Relation::make('name');this class works with vue ViltRelation.vue
it has some more methods for setting options
Custom Query
to custom the query when you call the API you can use this method
Last updated