PHP Package: outl1ne/nova-multiselect-field

A powerful PHP library for creating multiselect fields in Nova applications, enhancing user interface experience and data handling.

Current Version: 5.1.1
Last Updated: 2025-08-28
PHP Requirement: ^8.1
Dependencies:
laravel/nova
outl1ne/nova-select-field
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Nova Multiselect Field is a feature-rich PHP library designed to streamline the process of implementing dynamic and user-friendly multiselect fields in Laravel Nova applications. With robust functionality and customizable options, it provides an efficient solution for managing complex data interactions.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 5.1.1

Download Download v5.1.1

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/outl1ne/nova-multiselect-field/5.1.1/loader.php';
require_once 'libs/laravel/nova/{lib_version}/loader.php';
require_once 'libs/outl1ne/nova-select-field/{lib_version}/loader.php';

use Outl1ne\NovaMultiselectField\NovaMultiselectField;

$obj = new NovaMultiselectField();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.