Home > PHP Framework > Laravel > body text

How to check laravel version

青灯夜游
Release: 2023-01-13 00:40:23
Original
9077 people have browsed it

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
Copy after login

How to check laravel version

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

php artisan
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template