Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Conversation

@pascalbaljet
Copy link
Contributor

@pascalbaljet pascalbaljet commented Dec 15, 2020

<x-form>
    @bind($post)
        <x-form-input name="title" />

        <x-form-select name="tags" 
            multiple           
            many-relation
            :options="Tag::all()->pluck('name', 'id')" 
        />
    @endbind

    <x-form-submit />
</x-form> 

@pascalbaljet pascalbaljet marked this pull request as ready for review December 22, 2020 16:13
@pascalbaljet pascalbaljet merged commit a7d9d2f into master Dec 22, 2020
@pascalbaljet pascalbaljet deleted the relation-helper branch December 19, 2021 17:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants