TALL Tales

Tip: Find Out Your Laravel Project's Version

12 Jan, 2021

If you need to find our what version of Laravel your project is using, then in Terminal (or your usual CLI), cd to your project and then run:

php artisan --version

and you'll get an output like this:

Laravel Framework 8.18.1