DEV Community

Cover image for How to Check Laravel 9 Project Environment
saim
saim

Posted on β€’ Originally published at larainfo.com

2

How to Check Laravel 9 Project Environment

In this laravel 9 quick tutorial we will see how to check laravel 9 project environment. It like check laravel version, php version, composer version etc. We can check laravel 9 project environment using single command. php artisan about.

Laravel 9 Project Environment Command

Run below command to check laravel 9 project environment.

php artisan about
Enter fullscreen mode Exit fullscreen mode

check laravel 9 project  environment

You can also run only Environment command.

php artisan about --only=environment
Enter fullscreen mode Exit fullscreen mode

output:

Environment .........................................  
Application Name .................................... Laravel  
Laravel Version ..................................... 9.23.0  
PHP Version ......................................... 8.1.3  
Composer Version .................................... 2.4.1  
Environment ......................................... local  
Debug Mode .......................................... ENABLED  
URL ................................................. localhost  
Maintenance Mode .................................... OFF
Enter fullscreen mode Exit fullscreen mode

Buy Me A Coffee

Read Also

πŸ‘‰ Tailwind CSS Halloween Buttons Tutorial Example

πŸ‘‰ Tailwind CSS List Style Marker Example

πŸ‘‰ Create a Google Clone UI using Tailwind CSS

πŸ‘‰ Tailwind CSS Use Custom Fonts Example

πŸ‘‰ Tailwind CSS Line Chart Example

πŸ‘‰ Tailwind CSS Gradient Button Example

πŸ‘‰ Tailwind CSS Text Gradient Example

πŸ‘‰ Tailwind CSS Simple POST CRUD UI Example

πŸ‘‰ Tailwind CSS Thank You Page Example

πŸ‘‰ Tailwind CSS 3 Breadcrumb Example

πŸ‘‰ Tailwind CSS 3D Button Example

πŸ‘‰ How to Use Custom Colors in Tailwind CSS

πŸ‘‰ How to Use Strike Tag (cut text) in Tailwind CSS

πŸ‘‰ Tailwind CSS Headings Typography Examples

πŸ‘‰ Tailwind CSS Product List Example

πŸ‘‰ How to Center a Div in Tailwind CSS

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay