< Back to all clusters
[TECHNOLOGY] · 2 sources

started · updated

Laravel and Vue.js development component implementations

Technical documentation and guides are available for implementing specific web development components within the Laravel and Vue.js ecosystems.

One guide details the setup and customization of the Vue 3 Datepicker package. The process involves installing the package via NPM, registering the component and its styles in the application JavaScript file, and utilizing an API controller to handle the storing and updating of date data.

Another resource introduces a custom BelongsToMany field designed for Laravel Nova. This component provides a multiselect interface optimized for large datasets through server-side search, debounced queries to reduce API calls, and compatibility with Nova's dark mode and dependent fields.

Entities

Laravel · Laravel Nova · Vue.js

Sources

Belongs to many field [novapackages.com]
5 days ago