How to check which version of Laravel I have installed in two seconds
- Published on 27 February, 2024
- Words: 144
Have you ever wanted to know what version of Laravel you have installed? Here I show you how to find out in two seconds.
Ever wanted to know what version of Laravel you have installed?
Here's 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 the details about your sites, including the version.
Environment ........................................
Application Name ........................... Laravel
Laravel Version ............................ 10.46.0
PHP Version ................................. 8.2.13
Composer Version ............................. 2.4.1
Environment .................................. local
Debug Mode ................................. ENABLED
URL ..............................antoniojenaro.test
Maintenance Mode ............................... OFF
Cache ..............................................
Config .................................. NOT CACHED
Events .................................. NOT CACHED
Routes .................................. NOT CACHED
Views ....................................... CACHED
Drivers ............................................
Broadcasting ................................... log
Cache ......................................... file
Database ..................................... mysql
Logs ................................ stack / single
Mail .......................................... smtp
Queue ......................................... sync
Session ................................... database
Livewire ...........................................
Livewire .................................... v3.4.6
Antonio Jenaro
Web Developer
Start the conversation
Become a member of Antonio Jenaro to start commenting.
Sign up nowAlready a member? Sign in