---
title: "Learn Livewire 3, Volt, and Folio by building a podcast player"
url: https://daily.dev/posts/learn-livewire-3-volt-and-folio-by-building-a-podcast-player-qpqwzbxmz
source_url: https://laravel-news.com/livewire-volt-and-folio
type: article
source: "Laravel News"
published: 2023-07-27T12:35:33.710Z
updated: 2023-07-27T12:35:22.970Z
tags: ["php", "laravel", "tailwind-css", "alpinejs"]
reading_time: 10
upvotes: 16
comments: 3
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.

# Learn Livewire 3, Volt, and Folio by building a podcast player

**[Laravel News](https://daily.dev/sources/ln)** · 10 min read · 16 upvotes · 3 comments

## Summary

Learn Livewire 3, Volt, and Folio by building a podcast player. Laravel team released a powerful page-based router designed to simplify routing in Laravel applications. In this article, I will teach you how to build a simple app that lists out episodes of the Laravel News podcast and allows users to play them.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/livewire-volt-and-folio>

## Community discussion

Top comments from developers on daily.dev.

**@nosirovbehzodjon** · 0 upvotes

> that is cool

**@aldoyh** · 0 upvotes

> So `Eloquent` of you guys, great work!

**@naingaunglinn** · 0 upvotes

> I think you need to add the
>
> public function getRows()
>     {
>         return $this->rows;
>     }
>
> in the Episode model. Because It's work on my site. Thanks a lot.

## 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
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/learn-livewire-3-volt-and-folio-by-building-a-podcast-player-qpqwzbxmz)
