How to Check Laravel Framework Version in Terminal
32 views
Jul 6, 2025
Get the full source code of application here:
View Video Transcript
0:00
Uh hello guys, welcome to this uh video.
0:02
So in this video, I'll show you how to
0:04
track which which version of Laravel you
0:07
are using inside your Laravel project.
0:09
So I'm there inside my Laravel project.
0:12
Here you will see that the command is
0:14
very simple. You simply write here PHP
0:17
artician
0:19
d- version. So this will give you the
0:21
version number of Laravel which version
0:24
of Laravel you are using. Simply type
0:26
this in the terminal enter and then it
0:29
will tell you I'm using Laravel
0:31
framework 12.19.3.
0:34
So in this easy way you can see or track
0:38
which version of Laravel you're using
0:39
directly in the terminal. Simply execute
0:42
this command PHP artition- version
0:46
and also you can even go to this
0:48
package.json JSON as well
0:52
and I think right here itself it
0:56
write in composer JSON file as well. It
1:00
tells you the version number that you
1:02
are using which is 12.0 zero. But to get
1:06
the entire version number, you execute
1:08
this command in the terminal
1:10
phpartition-
1:11
version and then it will tell you the
1:13
specific version number of Laravel
1:15
framework. And also check out my website
1:19
freemediattools.com
1:21
uh which contains thousands of tools.
#Programming