# Laravel: New "about" Command

DevFeed: [Laravel: New "about" Command](<https://devfeed.tech/articles/laravel-new-about-command-3784.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-new-about-command>)

Author: James Brooks

Published: 2022-07-19T13:02:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [configuration](<https://devfeed.tech/topics/configuration.md>), [App](<https://devfeed.tech/topics/app.md>), [PHP](<https://devfeed.tech/topics/php.md>)

Tags: [applications](<https://devfeed.tech/tags/applications.md>), [developer](<https://devfeed.tech/tags/developer.md>), [json](<https://devfeed.tech/tags/json.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [php](<https://devfeed.tech/tags/php.md>)

## AI overview

Laravel introduces the Artisan "about" command, which displays an application's environment and configuration and can emit JSON output.

## Source excerpt

Following on from the recently introduced fresh new look for Artisan, we took some time to identify new Artisan commands to further improve the Laravel experience. Another newly introduced command is "about". This command displays information about your application's environment.