<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/ln/best-of/2022/06" -->

---
title: Best Laravel News posts — June 2022 | daily.dev
description: The most upvoted Laravel News posts from June 2022, curated by the daily.dev community.
canonical: https://daily.dev/sources/ln/best-of/2022/06
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/ln/best-of/2022/06
og:type: website
og:site_name: daily.dev
og:title: Best Laravel News posts — June 2022 | daily.dev
og:description: The most upvoted Laravel News posts from June 2022, 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 News — June 2022

1. 1  
[](https://daily.dev/posts/vite-is-now-the-default-frontend-asset-bundler-for-laravel-applications-qlwpwcy8 "Vite is now the default frontend asset bundler for Laravel applications")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News · 4y  
Vite is now the default frontend asset bundler for Laravel applications  
Vite is now the default frontend asset bundler in new Laravel projects. Breeze and Jetstream have been updated as well. Vite provides near-instantaneous build times during development. You'll see updates automatically happen in the browser while you work, which is a fantastic experience!  
77
2. 2  
[](https://daily.dev/posts/laravel-pint-bklh-hteu "Laravel Pint")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News · 4y  
Laravel Pint  
Laravel Pint is an open source PHP code style fixer for minimalists. Built on top of PHP-CS-Fixer, it will automatically test and fix your code style based off of a preset. With no configuration, no set up, no thought or effort - my project is instantly assessed for PSR-12 styling.  
38  
1
3. 3  
[](https://daily.dev/posts/running-phpstan-on-max-with-laravel-rsnyv3lnc "Running PHPStan on max with Laravel")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News · 4y  
Running PHPStan on max with Laravel  
static analysis in PHP, and more specifically Laravel, has become more and more popular. With more people adopting it into their Software Delivery Lifecycle, I thought it would be a good time to write a tutorial on how you can add this to your Laravel project. Back in 2019 Nuno Maduro released a package called Larastan which was a set of PHPStan rules that work well for Laravel applications. Up until this point I had struggled getting a good static analysis coverage in Laravel using PHPStan or Psalm.  
10

[See all Laravel News archives](/sources/ln/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/sources/ln/best-of/2022/06#page","url":"https://daily.dev/sources/ln/best-of/2022/06","name":"Best Laravel News Posts — June 2022","description":"The most upvoted Laravel News posts from June 2022, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/ln/best-of/2022/06#items","numberOfItems":3,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/vite-is-now-the-default-frontend-asset-bundler-for-laravel-applications-qlwpwcy8","name":"Vite is now the default frontend asset bundler for Laravel applications"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/laravel-pint-bklh-hteu","name":"Laravel Pint"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/running-phpstan-on-max-with-laravel-rsnyv3lnc","name":"Running PHPStan on max with Laravel"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"Laravel News","item":"https://daily.dev/sources/ln"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/ln/best-of"},{"@type":"ListItem","position":5,"name":"June 2022"}]}]}
```

