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

MySQL

How to add 'created_at' and 'updated_at' columns?

byMahabubur Rahman-September 21, 2022

How to enable CORS on Django REST Framework

November 12, 2022

What is throttling and how to implement it in Laravel?

October 16, 2022

Like or Like Query MySQL

December 26, 2021

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 add 'created_at' and 'updated_at' columns?

September 21, 2022

How to enable CORS on Django REST Framework

November 12, 2022

What is throttling and how to implement it in Laravel?

October 16, 2022
Design by Blogger | Distributed by Gooyaabi
  • Home
  • About Us
  • Contact Us
  • RTL Version

Contact Form