当前位置:网站首页>有什么类方法或是函数可以查看某个项目的Laravel版本的?
有什么类方法或是函数可以查看某个项目的Laravel版本的?
2022-07-07 10:37:00 【全栈程序员站长】
查看composer.json文件:
"require": {
"php": ">=7.0.0",
"fideloper/proxy": "~3.3",
"laravel/framework": "5.5.*",
"laravel/tinker": "~1.0"
},使用命令
php artisan --version
或者查看composer.json中require的laravel/framework,可以看到大版本
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"laravel/framework": "4.2.*",
}
....
}发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/113479.html原文链接:https://javaforall.cn
边栏推荐
- opencv的四个函数
- Session
- [statistical learning methods] learning notes - improvement methods
- 2022广东省安全员A证第三批(主要负责人)考试练习题及模拟考试
- OSPF exercise Report
- Inverted index of ES underlying principle
- gcc 编译报错
- leetcode刷题:二叉树20(二叉搜索树中的搜索)
- Solve server returns invalid timezone Go to ‘Advanced’ tab and set ‘serverTimezone’ property manually
- SQL injection -- Audit of PHP source code (take SQL lab 1~15 as an example) (super detailed)
猜你喜欢

Sort out the garbage collection of JVM, and don't involve high-quality things such as performance tuning for the time being

Common knowledge of one-dimensional array and two-dimensional array

SQL Lab (32~35) contains the principle understanding and precautions of wide byte injection (continuously updated later)

2022危险化学品生产单位安全生产管理人员考题及在线模拟考试

ps链接图层的使用方法和快捷键,ps图层链接怎么做的

idm服务器响应显示您没有权限下载解决教程

Attack and defense world - PWN learning notes

Zhimei creative website exercise
![[statistical learning method] learning notes - support vector machine (Part 2)](/img/bc/bb4f809ff434fabc10f8e97f592fa7.png)
[statistical learning method] learning notes - support vector machine (Part 2)

Day-16 set
随机推荐
Experiment with a web server that configures its own content
Routing strategy of multi-point republication [Huawei]
Attack and defense world ----- summary of web knowledge points
【统计学习方法】学习笔记——逻辑斯谛回归和最大熵模型
Utiliser la pile pour convertir le binaire en décimal
How to use PS link layer and shortcut keys, and how to do PS layer link
Sorting, dichotomy
Solve server returns invalid timezone Go to ‘Advanced’ tab and set ‘serverTimezone’ property manually
Master公式。(用于计算递归的时间复杂度。)
【从 0 开始学微服务】【01】什么是微服务
[pytorch practice] write poetry with RNN
ICLR 2022 | 基于对抗自注意力机制的预训练语言模型
2022危险化学品生产单位安全生产管理人员考题及在线模拟考试
The left-hand side of an assignment expression may not be an optional property access.ts(2779)
2022广东省安全员A证第三批(主要负责人)考试练习题及模拟考试
【统计学习方法】学习笔记——支持向量机(下)
SQL lab 1~10 summary (subsequent continuous update)
SQL Lab (46~53) (continuous update later) order by injection
Day-17 connection set
leetcode刷题:二叉树20(二叉搜索树中的搜索)