Breaking

Code Gripper
Responsive Advertisement
  • Home
HomeLaravel

How to Check Laravel Version by CLI and File

byMahabubur Rahman -November 17, 2022
0

Laravel is an popular framework built on PHP programming language. 

There are two ways to find the version of a Laravel application installed on any system. You can find it by running a command. If you face any problem with the command line, you can check the laravel version in the files.



1. Command to find Laravel Version

$ php artisan --version


Output:

Laravel Framework 8.83.17


Artisan is a powerful command-line interface included with Laravel. Open a command line terminal on your system. Navigate to your Laravel application directory. Then run the following PHP artisan command to check the Laravel version.


2. Check Laravel Version in File

$ nano ./vendor/laravel/framework/src/Illuminate/Foundation/Application.php





Tags Laravel
  • Facebook
  • Twitter

You may like these posts

Post a Comment

Previous Post Next Post

Follow Us

Popular Posts

aggregate

How to efficiently count filtered documents in MongoDB $group operator

byDev3-January 13, 2023

How to get current day date in JavaScript

August 19, 2021

How to fix Error: laravel.log could not be opened?

January 11, 2022

Django - cannot import name 'config' from 'decouple'

January 10, 2023

Subscribe Us

Facebook

Categories

Main Tags

Code Gripper

September 30, 2023

Total Pageviews

Search This Blog

CODE GRIPPER

Code Gripper
CODE GRIPPER

  • Home
  • Python
  • PHP

Menu Footer Widget

  • Home
  • About
  • Contact Us
Code Gripper

About Us

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's.

Categories

Main Tags

Latest Posts

Most Popular

How to efficiently count filtered documents in MongoDB $group operator

January 13, 2023

How to get current day date in JavaScript

August 19, 2021

How to fix Error: laravel.log could not be opened?

January 11, 2022
Design by Blogger | Distributed by Gooyaabi
  • Home
  • About Us
  • Contact Us
  • RTL Version

Contact Form