12 Jan, 2021
TIP
LARAVEL
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
Very useful.
Photo by Goran Ivos on Unsplash