How to check laravel version using laravel command

In this tutorial you will learn about the How to check laravel version using laravel command and its application with practical example.

In this How to check laravel version using laravel command tutorial, I will show you how to check laravel version using laravel artisan command. In this tutorial you will learn to check laravel version using laravel command.

How To Check The Laravel Version?

There are following two ways in laravel to check the version of your Laravel application.

There is two way to check laravel version:

  • Check Laravel Version Using the Command
  • Check Laravel Version in Files

Check Laravel Version Using the Command

In this method, you need to switch to project directory in command prompt as following:

Now you need to use the following artisan command to check laravel version

Check Laravel Version in Files

In this method we will check laravel version from laravel application files. Go to your project root directory. And follow the path

After open this above file in your project root directory, you can search the version inside file.

In this tutorial we have learn about the How to check laravel version using laravel command and its application with practical example. I hope you will like this tutorial.