The most effective method to CHECK THE LARAVEL VERSION USING CLI/COMMAND PROMPT AND FILES ON WINDOWS OR LINUX

There are two different ways to discover the adaptation of your Laravel application . You can either discover it by running an order by means of CLI/Command Prompt or you can check Laravel form in source records of your Laravel establishment.

Using Command

Using Source Files

USING COMMAND LINE CLI / COMMAND PROMPT TO FIND LARAVEL VERSION

Open the terminal / cmd on your system. Now change directory to the web root directory of the Laravel installation and then run the following command to check the Laravel version.

On Linux

$php artisan –version

On Winows

c:xampphtdocslaravel_application>php artisan –version

How to check laravel version of a project

USING COMMAND LINE CLI / COMMAND PROMPT TO FIND LARAVEL VERSION

You could use either of two methods described above, using terminal/CMD or by inpecting the source files. Please comment if you face any problems following the instructions. We will try to help as fast as we can.

VERSIONRELEASEBUG FIXES UNTILSECURITY FIXES UNTIL
V1June 2011
V2September 2011
v3February 2012
v4May 2013
5.0Feb 4th, 2015Aug 4th, 2015Feb 4th, 2016
5.1 (LTS)Jun 9th, 2015Jun 9th, 2017Jun 9th, 2018
5.2Dec 21st, 2015Jun 21st, 2016Dec 21st, 2016
5.3Aug 23rd, 2016Feb 23rd, 2017Aug 23rd, 2017
5.4Jan 24th, 2017Jul 24th, 2017Jan 24th, 2018
5.5 (LTS)Aug 30th, 2017Aug 30th, 2019Aug 30th, 2020
5.6Feb 7th, 2018Aug 7th, 2018Feb 7th, 2019
5.7Sep 4, 2018Feb 4th, 2019Sep 4th, 2019
5.8Feb 26th, 2019Aug 26th, 2019Feb 26th, 2020
6.0 (LTS)Sept 3rd, 2019Sept 3rd, 2021Sept 3rd, 2022

HISTORY OF LARAVEL RELEASES

More in for about versions : https://laravel-news.com/laravel-release-process

Leave A Comment

Your email address will not be published. Required fields are marked *