Home  >  Article  >  PHP Framework  >  How to check laravel version

How to check laravel version

青灯夜游
青灯夜游Original
2021-09-14 17:20:479085browse

How to check the laravel version: 1. Open the cmd command window; 2. In the cmd window, use the cd command to enter the laravel installation directory; 3. Execute "php artisan --version" or "php artisan" command to view the version number.

How to check laravel version

The operating environment of this tutorial: Windows 7 system, Laravel 6 version, Dell G3 computer.

View the version number of laravel framework

Open cmd (command prompt)

How to check laravel version

Enter the laravel installation directory in cmd

How to check laravel version

In the laravel installation directory, execute the following command

php artisan --version

How to check laravel version

Or execute the following command, the top result is the laravel version.

php artisan

How to check laravel version

Related recommendations: The latest five Laravel video tutorials

The above is the detailed content of How to check laravel version. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn