Laravel: Refreshing Artisan

Jul, 19 2022#releases

Today's Laravel v9.21.0 release introduces an amazing new look for Artisan. In fact, almost all of the built-in Artisan commands have been totally reimagined to deliver a better experience.

image

Let's compare some "Before" and "After" examples so you can fully appreciate these improvements:

Before After
image image
image image
image image
image image
image image

These are just a few examples of more than 100 commands that have been refreshed. Soon, we plan to bring these improvements to all of our first-party packages.

To implement these improvements, Laravel is using Termwind — a package by Francisco Madeira and Nuno Maduro that allows you to build unique console UIs with ease.

At Laravel, we're committed to providing you with the most robust and developer-friendly PHP experience in the world. So, we hope you enjoy this change!

By Nuno Maduro

Laravel Team, Creator of Pest.

Follow the RSS Feed.