Best of Laravel2023

  1. 1
    Article
    Avatar of laravelLaravel·3y

    Laravel v10 Released

    Laravel 10 introduces argument and return types, Laravel Pennant for managing feature flags, and a new abstraction layer for starting and interacting with external processes. It also includes a facelift for Horizon and Telescope.

  2. 2
    Article
    Avatar of laravelLaravel·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. 3
    Article
    Avatar of laravelLaravel·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. 4
    Article
    Avatar of laravelLaravel·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.