Best of Laravel — 2023
- 1
- 2
Laravel·3y
Introducing Volt: An elegantly crafted functional API for Livewire
Volt is an elegantly crafted functional API for Livewire. The functional API is compiled to Livewire class components and linked with the template present in the same file. Volt allows you to easily convert a small portion of a page into a Volt component without extracting it into a separate file.
- 3
Laravel·3y
Vapor: Multi-level Subdomains
The Laravel Blog Vapor has always made it straightforward to deploy your application to a custom domain, subdomain, or wildcard subdomain. Today, we're thrilled to announce support for multi-level subdomains on Vapor. To take advantage of this feature, first, ensure the root domain is added as a domain to Vapor.
- 4
Laravel·3y
Introducing Folio: Page Based Routing
Folio is a powerful page-based router designed to simplify routing in Laravel applications. Folio and Volt, which allows you to write single-file Livewire components within your Folio pages, launches tomorrow. The Laravel Folio repository and documentation are available on GitHub: GitHub.com/laravel/folio.