# Introducing Folio: Page Based Routing

DevFeed: [Introducing Folio: Page Based Routing](<https://devfeed.tech/articles/introducing-folio-page-based-routing-3724.md>)

Original publisher: [Read original article](<https://laravel.com/blog/introducing-folio-page-based-routing>)

Author: Nuno Maduro

Published: 2023-07-25T14:00:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [web applications](<https://devfeed.tech/topics/web-applications.md>), [releases](<https://devfeed.tech/topics/releases.md>)

Tags: [documentation](<https://devfeed.tech/tags/documentation.md>), [github](<https://devfeed.tech/tags/github.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [releases](<https://devfeed.tech/tags/releases.md>), [routing](<https://devfeed.tech/tags/routing.md>), [web-applications](<https://devfeed.tech/tags/web-applications.md>)

## AI overview

Laravel announced the first beta of Folio, a page-based router that creates routes from Blade templates. The article also previews Volt for single-file Livewire components in Folio pages.

## Source excerpt

Today, we are releasing the first beta of Laravel Folio. Folio is a powerful page-based router designed to simplify routing in Laravel applications. With Laravel Folio, generating a route becomes as effortless as creating a Blade template within your application's "resources/views/pages" directory.