Posts Learn Components Snippets Categories Tags Tools About
/

How to Check Laravel Version With Command Line

Learn how to check your Laravel project version with the command line

Created on Jul 21, 2021

869 views

To check your current Laravel project version, you can make use of the "artisan" command.
php artisan

If you want to be more explicit then you can specify the command with "--version" or "-V" flag.
php artisan --version

# or
php artisan -V

Now when you press enter, you will see something like "Laravel Framework 8.49.0" outputted on the terminal.

If you like our tutorial, do make sure to support us by being our Patreon or buy us some coffee ☕️

Load comments for How to Check Laravel Version With Command Line

new

PostSrc Code Components

Collection of Tailwind CSS components for everyone to use. Browse all of the components that are right for your project.

View Components

Sponsors 👑

+ Add Yours
)