How to check Laravel version?

How to check Laravel version?

How to check laravel version:

Step1: Find Application.php file in your app and open it.

\vendor\laravel\framework\src\Illuminate\Foundation\Application.php

Step2: Scroll down to line which tells laravel version.

const VERSION = ‘5.4.36’;

Share this post

Leave a Reply

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