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

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

1. 1  
[](https://daily.dev/posts/laravel-9-is-now-released--er9tftm0n "Laravel 9 is Now Released!")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News · 5y  
Laravel 9 is Now Released!  
Laravel 9 is the next long-term support version (LTS) and will receive bug fixes until February 2024\. The Laravel website got a fresh new design for the launch of Laravel 9\. Flysystem 3.x, Improved Eloquent accessors/mutators, and many more features.  
101  
5
2. 2  
[](https://daily.dev/posts/keeping-your-env-example-file-updated--4vfyz8pe "Keeping your .env.example file updated")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News · 5y  
Keeping your .env.example file updated  
Envy is a Laravel package that checks your .env.example file for missing environment variables. It is not a sync-up between .env and.example files. It reads all of your project's config files (or any other files you've configured) and finds calls to the env function. Then, it compares those calls to what's contained inside your.env file. With that knowledge it is able to suggest additions or removals for you.  
13  
2
3. 3  
[](https://daily.dev/posts/manage-git-branches-with-git-trim-itpapvkb6 "Manage Git Branches with git-trim")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News · 5y  
Manage Git Branches with git-trim  
The git-trim command is a way to quickly remove merged, pruned, untracked, and stale branches in Git repositories. You can download and try this command out via NPM or as an Oh-My-Zsh plugin. If you'd like to learn more about the source code, you can check it out on GitHub at jasonmccreary/git- Trim.  
12

[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/02#page","url":"https://daily.dev/sources/ln/best-of/2022/02","name":"Best Laravel News Posts — February 2022","description":"The most upvoted Laravel News posts from February 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/02#items","numberOfItems":3,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/laravel-9-is-now-released--er9tftm0n","name":"Laravel 9 is Now Released!"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/keeping-your-env-example-file-updated--4vfyz8pe","name":"Keeping your .env.example file updated"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/manage-git-branches-with-git-trim-itpapvkb6","name":"Manage Git Branches with git-trim"}]},{"@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":"February 2022"}]}]}
```

