以下几种方法,都可以用来确定已经安装的Magento版本:
命令行
bin/magento --version
http请求
http://<magento2-store>/magento_version
如:http://test.magento.com/magento_version
后台查看

查看composer.json
(1)源码安装

(2)composer安装

以下几种方法,都可以用来确定已经安装的Magento版本:
bin/magento --version
http://<magento2-store>/magento_version
如:http://test.magento.com/magento_version

(1)源码安装

(2)composer安装
