PHPackages                             mikaelpopowicz/nova-vue-select - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. mikaelpopowicz/nova-vue-select

ActiveLibrary[Admin Panels](/categories/admin)

mikaelpopowicz/nova-vue-select
==============================

A Laravel Nova field.

v1.2.2(6y ago)16.5k[15 PRs](https://github.com/mikaelpopowicz/nova-vue-select/pulls)MITVuePHP &gt;=7.1.0

Since Jun 9Pushed 3y agoCompare

[ Source](https://github.com/mikaelpopowicz/nova-vue-select)[ Packagist](https://packagist.org/packages/mikaelpopowicz/nova-vue-select)[ RSS](/packages/mikaelpopowicz-nova-vue-select/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (29)Used By (0)

[![GitHub stars](https://camo.githubusercontent.com/01d59233a6833f585d871824e057fe0ed869efbd8e0090355dfbf3f6864c8135/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6d696b61656c706f706f7769637a2f6e6f76612d7675652d73656c6563742e7376673f7374796c653d666c61742d737175617265)](https://github.com/mikaelpopowicz/nova-vue-select/stargazers)[![GitHub forks](https://camo.githubusercontent.com/56d6c29cdcfb47ac2274562cb085bb9b2fe25ef1e9bc3f8ecbb27746fceb3bef/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6d696b61656c706f706f7769637a2f6e6f76612d7675652d73656c6563742e7376673f7374796c653d666c61742d737175617265)](https://github.com/mikaelpopowicz/nova-vue-select/network)[![GitHub issues](https://camo.githubusercontent.com/0fb4b2c8f38f158fb63b1b88c5c6ffa0ae0eecf59f389f0f1677ebacde66528c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6d696b61656c706f706f7769637a2f6e6f76612d7675652d73656c6563742e7376673f7374796c653d666c61742d737175617265)](https://github.com/mikaelpopowicz/nova-vue-select/issues)[![GitHub last commit](https://camo.githubusercontent.com/e980b204c3265d8bb2a06f824d157a093e0c0b987a24617c218a04f03f63598d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f6d696b61656c706f706f7769637a2f6e6f76612d7675652d73656c6563742e7376673f7374796c653d666c61742d737175617265)](https://github.com/mikaelpopowicz/nova-vue-select/commits)

Laravel Nova Vue select
=======================

[](#laravel-nova-vue-select)

Introduction
------------

[](#introduction)

Provides a capability of auto-completed searching resource.

Based on [Vue-multiselect](https://vue-multiselect.js.org/)

Installation
------------

[](#installation)

You can install this [Laravel Nova](https://nova.laravel.com) field via composer:

```
composer require mikaelpopowicz/nova-vue-select
```

Usage
-----

[](#usage)

```
// in your Nova Resource

VueSelect('Field label', 'attribute', OtherResource::class),
```

Filter
------

[](#filter)

Create a Nova filter and make it inherit from VueSelectFilter. You may override constructor to set the Resource you want to fetch.

```
