How to check what version of Laravel you have installed in 2 seconds
Last updated on by Eric L. Barnes
Ever wanted to know what version of Laravel you have installed?
Here is the quickest way to find out...
Open your terminal and cd
into your project then run:
php artisan about
This will give you a complete list of all your sites details including the version.
Eric is the creator of Laravel News and has been covering Laravel since 2012.