---
title: "Livewire v3: Modelable, Events, and Data Sharing"
url: https://daily.dev/posts/livewire-v3-modelable-events-and-data-sharing-mj01dpq9w
source_url: https://fly.io/laravel-bytes/modelable-events-data-livewire/
type: article
source: "Laravel Bytes"
published: 2023-09-27T15:57:58.419Z
updated: 2023-09-27T15:57:45.469Z
tags: ["php", "laravel"]
reading_time: 6
upvotes: 7
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Livewire v3: Modelable, Events, and Data Sharing

**[Laravel Bytes](https://daily.dev/sources/laravelbytes)** · 6 min read · 7 upvotes · 0 comments

## Summary

This article discusses how to create dynamic, inter-dependent drop-downs in Laravel using Livewire. It explains how to uniquely identify each drop-down and share data between components. The Modelable attribute in Livewire is also introduced.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://fly.io/laravel-bytes/modelable-events-data-livewire/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel)

[View this post on daily.dev](https://daily.dev/posts/livewire-v3-modelable-events-and-data-sharing-mj01dpq9w)
