Home / Snippets / How to Check Laravel Version With Command Line
How to Check Laravel Version With Command Line cover

How to Check Laravel Version With Command Line

902

3 years ago

0 comments

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.
notion avatar

Alaz

Week-end developer currently experimenting with web, mobile, and all things programming.

Topics:

Frontend

Resource

Average

Average

Support Us

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

Welcome to PostSrc V3

PostSrc Dark Logo

You have to login to favorite this