---
title: "Laravel Folio"
url: https://daily.dev/posts/laravel-folio-ac60e4scn
source_url: https://devdojo.com/tnylea/laravel-folio
type: article
source: "Community Picks"
published: 2023-07-20T08:19:30.841Z
updated: 2023-12-07T12:02:45.284Z
tags: ["php", "laravel"]
reading_time: 3
upvotes: 39
comments: 4
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.

# Laravel Folio

**[Community Picks](https://daily.dev/sources/community)** · 3 min read · 39 upvotes · 4 comments

## Summary

Laravel Folio is a Page-based routing system introduced to Laravel at LaraconUS 2023. Using Folio you can easily map a route to a specific file or folder, like NextJS or NuxtJS. We can also create dynamic pages using wildcards.

## Full article

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

## Community discussion

Top comments from developers on daily.dev.

**@nickmoline** · 6 upvotes

> Interesting I suppose, there are certainly things that seem simple from a quick build point of view, but I don't particularly have a problem with the traditional routing in laravel, it keeps everything in a nice clean place and is easier to handle middleware and the like.
>
> Also, I'm not really a big fan of using brackets in filenames, makes for annoying things when trying to work in the command line, etc.

**@extrabright** · 1 upvotes

> It's a super addition, but for sure it has limited use cases. More complex apps will use the traditional routing, while the simpler ones can choose the Folio approach. Laravel does a great job keeping up with the community and how people build stuff.

**@chourik** · 0 upvotes

> interesting

**@karianmash** · 0 upvotes

> This is awesome, can't wait!

## 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)

[View this post on daily.dev](https://daily.dev/posts/laravel-folio-ac60e4scn)
