How to know Laravel version and where is it defined?

后端 未结 10 1121
陌清茗
陌清茗 2021-01-30 01:50

How to know Laravel version and where is it defined?

Is Laravel version is defined inside my application directory or somewhere in global server side directory?

10条回答
  •  天涯浪人
    2021-01-30 02:26

    Step 1:

    go to: /vendor/laravel/framework/src.Illuminate/Foundation:

    Step 2:

    Open application.php file

    Step 3:

    Search for "version". The below indicates the version.

提交回复
热议问题