<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/tags/laravel/best-of/2023/07" -->

---
title: Best Laravel posts — July 2023 | daily.dev
description: The most upvoted Laravel posts from July 2023, curated by the daily.dev community.
canonical: https://daily.dev/tags/laravel/best-of/2023/07
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/tags/laravel/best-of/2023/07
og:type: website
og:site_name: daily.dev
og:title: Best Laravel posts — July 2023 | daily.dev
og:description: The most upvoted Laravel posts from July 2023, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Laravel — July 2023

1. 1  
[](https://daily.dev/posts/laravel-volt-vgrg8toh1 "Laravel Volt")  
Article  
![Avatar of community](https://media.daily.dev/image/upload/t_logo,f_auto/v1655817725/logos/community)Community Picks·3y  
Laravel Volt  
Laravel Volt is a new project announced at Laracon 2023\. Volt brings single-file components to Blade templates. This will allow developers to create powerful interactive components that leverage the back-end and the front-end. Conclustion Volt is scheduled to be released this week and I will update this post as soon as this.  
42  
2
2. 2  
[](https://daily.dev/posts/laravel-folio-ac60e4scn "Laravel Folio")  
Article  
![Avatar of community](https://media.daily.dev/image/upload/t_logo,f_auto/v1655817725/logos/community)Community Picks·3y  
Laravel Folio  
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.  
39  
4
3. 3  
[](https://daily.dev/posts/phpsandbox---build-prototype-and-share-php-apps-in-seconds-bozv7jkkd "PHPSandbox - Build, Prototype, and share PHP apps in seconds")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News·3y  
PHPSandbox - Build, Prototype, and share PHP apps in seconds  
PHPSandbox is a web app that allows you to quickly prototype or share PHP projects without setting up a local environment. The base plan is free, and they have an upgraded professional plan for $6 a month, including private repos, email captures, and more.  
36
4. 4  
[](https://daily.dev/posts/design-emails-and-send-them-via-api-with-mailcarrier-qwcszkzsz "Design Emails and Send Them Via API with MailCarrier")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News·3y  
Design Emails and Send Them Via API with MailCarrier  
MailCarrier is an open-source web app built with Laravel and Filament. You can design emails once and send them via an API call. Send emails synchronously or async via queues.  
27
5. 5  
[](https://daily.dev/posts/inertia-vs-livewire-ios2o2jok "Inertia vs Livewire")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News·3y  
Inertia vs Livewire  
Inertia isn't a frontend framework. It's a wire protocol specification to allow you to build Laravel + React / Vue / Svelte apps monolithically. Instead, you should be keeping up with what new features Vue or React are getting. It solves the problem it set out to solve.  
25
6. 6  
[](https://daily.dev/posts/api-authentication-in-laravel-tbdxnw9ai "API Authentication in Laravel")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News·3y  
API Authentication in Laravel  
API authentication in Laravel has become the gold standard authentication mechanism within the Laravel ecosystem. Sanctum was designed as a lightweight alternative to Passport, but in reality, it has achieved a lot more than that. Laravel Passport has a grant type called Client Credentials: where you authenticate a client not a client.  
18
7. 7  
[](https://daily.dev/posts/learn-livewire-3-volt-and-folio-by-building-a-podcast-player-qpqwzbxmz "Learn Livewire 3, Volt, and Folio by building a podcast player")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News·3y  
Learn Livewire 3, Volt, and Folio by building a podcast player  
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.  
16  
3
8. 8  
[](https://daily.dev/posts/introducing-volt-an-elegantly-crafted-functional-api-for-livewire-d3tqkvsvz "Introducing Volt: An elegantly crafted functional API for Livewire")  
Article  
![Avatar of laravel](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/1f77002e78e1486ab699e1b8e03d7fd2)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.  
16
9. 9  
[](https://daily.dev/posts/the-livewire-v3-beta-has-been-released-blzd9jhil "The Livewire v3 Beta Has Been Released")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News·3y  
The Livewire v3 Beta Has Been Released  
The Livewire v3 Beta has been released. Livewire now allows Alpine to do the heavy lifting while still providing the syntactic sugar you've come to love. The new core architecture will also be much easier to maintain for Caleb Porzio and the Livewire core contributors.  
14
10. 10  
[](https://daily.dev/posts/running-nativephp-on-windows-an-unofficial-developer-s-hack-i4hscjakr "Running NativePHP on Windows: An Unofficial Developer’s Hack")  
Article  
![Avatar of community](https://media.daily.dev/image/upload/t_logo,f_auto/v1655817725/logos/community)Community Picks·3y  
Running NativePHP on Windows: An Unofficial Developer’s Hack  
NativePHP is an innovative approach to building native applications, leveraging the familiar tools of PHP. It revolutionizes the development process by letting you create powerful, native applications using the PHP language and environment you’re already comfortable with. The method lets you bypass the wait and start developing withNativePHP on your Windows machine right away.  
13  
1
11. 11  
[](https://daily.dev/posts/watch-caleb-porzio-s-livewire-3-presentation-from-laracon-wwkmq9mhb "Watch Caleb Porzio's "Livewire 3" Presentation from Laracon")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News·3y  
Watch Caleb Porzio's "Livewire 3" Presentation from Laracon  
Caleb Porzio's Livewire 3 presentation from Laracon US is now live on Youtube. See Caleb explain and demonstrate new Livewire features, such as hot reloading without a build step, automatic injection, and more. Learn about the new and much more Laracon 2023 talks will continue to be published throughout this week.  
12
12. 12  
[](https://daily.dev/posts/laracon-recap-e29em3rdh "Laracon Recap")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News·3y  
Laracon Recap  
The 2023 Laracon US is now wrapped up, and it was a fantastic week of new product releases, training, inspiration, and meeting new and old friends. Nuno on stage announcing Pest's "Spicy Summer" release is full of new features, and I'm most excited about Snapshot Testing, which allows you to assert that the output of a function or method.  
12  
12

[See all Laravel archives](/tags/laravel/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/tags/laravel/best-of/2023/07#page","url":"https://daily.dev/tags/laravel/best-of/2023/07","name":"Best Laravel Posts — July 2023","description":"The most upvoted Laravel posts from July 2023, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/tags/laravel/best-of/2023/07#items","numberOfItems":12,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/laravel-volt-vgrg8toh1","name":"Laravel Volt"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/laravel-folio-ac60e4scn","name":"Laravel Folio"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/phpsandbox---build-prototype-and-share-php-apps-in-seconds-bozv7jkkd","name":"PHPSandbox - Build, Prototype, and share PHP apps in seconds"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/design-emails-and-send-them-via-api-with-mailcarrier-qwcszkzsz","name":"Design Emails and Send Them Via API with MailCarrier"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/inertia-vs-livewire-ios2o2jok","name":"Inertia vs Livewire"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/api-authentication-in-laravel-tbdxnw9ai","name":"API Authentication in Laravel"},{"@type":"ListItem","position":7,"url":"https://daily.dev/posts/learn-livewire-3-volt-and-folio-by-building-a-podcast-player-qpqwzbxmz","name":"Learn Livewire 3, Volt, and Folio by building a podcast player"},{"@type":"ListItem","position":8,"url":"https://daily.dev/posts/introducing-volt-an-elegantly-crafted-functional-api-for-livewire-d3tqkvsvz","name":"Introducing Volt: An elegantly crafted functional API for Livewire"},{"@type":"ListItem","position":9,"url":"https://daily.dev/posts/the-livewire-v3-beta-has-been-released-blzd9jhil","name":"The Livewire v3 Beta Has Been Released"},{"@type":"ListItem","position":10,"url":"https://daily.dev/posts/running-nativephp-on-windows-an-unofficial-developer-s-hack-i4hscjakr","name":"Running NativePHP on Windows: An Unofficial Developer’s Hack"},{"@type":"ListItem","position":11,"url":"https://daily.dev/posts/watch-caleb-porzio-s-livewire-3-presentation-from-laracon-wwkmq9mhb","name":"Watch Caleb Porzio's \"Livewire 3\" Presentation from Laracon"},{"@type":"ListItem","position":12,"url":"https://daily.dev/posts/laracon-recap-e29em3rdh","name":"Laracon Recap"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Tags","item":"https://daily.dev/tags"},{"@type":"ListItem","position":3,"name":"Laravel","item":"https://daily.dev/tags/laravel"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/tags/laravel/best-of"},{"@type":"ListItem","position":5,"name":"July 2023"}]}]}
```

