当前位置:网站首页>What kind of methods or functions can you view the laravel version of a project?
What kind of methods or functions can you view the laravel version of a project?
2022-07-07 12:49:00 【Full stack programmer webmaster】
see composer.json file :
"require": {
"php": ">=7.0.0",
"fideloper/proxy": "~3.3",
"laravel/framework": "5.5.*",
"laravel/tinker": "~1.0"
}, Use command
php artisan --version
Or check out composer.json in require Of laravel/framework, You can see the large version
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"laravel/framework": "4.2.*",
}
....
}Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/113479.html Link to the original text :https://javaforall.cn
边栏推荐
- Vxlan static centralized gateway
- leetcode刷题:二叉树27(删除二叉搜索树中的节点)
- 谷歌浏览器如何重置?谷歌浏览器恢复默认设置?
- 2022广东省安全员A证第三批(主要负责人)考试练习题及模拟考试
- [疑难杂症]pip运行突然出现ModuleNotFoundError: No module named ‘pip‘
- 通讯协议设计与实现
- RHSA first day operation
- [statistical learning methods] learning notes - Chapter 5: Decision Tree
- PHP调用纯真IP数据库返回具体地址
- gcc 编译报错
猜你喜欢

如何将 @Transactional 事务注解运用到炉火纯青?

leetcode刷题:二叉树26(二叉搜索树中的插入操作)

How to apply @transactional transaction annotation to perfection?

JS to convert array to tree data

Day-14 common APIs

2022a special equipment related management (boiler, pressure vessel and pressure pipeline) simulated examination question bank simulated examination platform operation

On valuation model (II): PE index II - PE band

Leetcode skimming: binary tree 20 (search in binary search tree)

Session

ps链接图层的使用方法和快捷键,ps图层链接怎么做的
随机推荐
Financial data acquisition (III) when a crawler encounters a web page that needs to scroll with the mouse wheel to refresh the data (nanny level tutorial)
Vxlan 静态集中网关
【从 0 开始学微服务】【01】什么是微服务
通讯协议设计与实现
Airserver automatically receives multi screen projection or cross device projection
图形对象的创建与赋值
leetcode刷题:二叉树19(合并二叉树)
Leetcode skimming: binary tree 21 (verifying binary search tree)
对话PPIO联合创始人王闻宇:整合边缘算力资源,开拓更多音视频服务场景
【统计学习方法】学习笔记——第五章:决策树
【从 0 开始学微服务】【02】从单体应用走向服务化
test
[learn micro services from 0] [02] move from single application to service
2022危险化学品生产单位安全生产管理人员考题及在线模拟考试
Customize the web service configuration file
Master formula. (used to calculate the time complexity of recursion.)
[binary tree] delete points to form a forest
3D content generation based on nerf
数据库安全的重要性
Realize all, race, allsettled and any of the simple version of promise by yourself