当前位置:网站首页>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
边栏推荐
- opencv的四个函数
- Vxlan static centralized gateway
- 谷歌浏览器如何重置?谷歌浏览器恢复默认设置?
- Session
- Utiliser la pile pour convertir le binaire en décimal
- Leetcode skimming: binary tree 21 (verifying binary search tree)
- Error in compiling libssl
- 2022 practice questions and mock examination of the third batch of Guangdong Provincial Safety Officer a certificate (main person in charge)
- 在字符串中查找id值MySQL
- 图形对象的创建与赋值
猜你喜欢
Leetcode skimming: binary tree 20 (search in binary search tree)
Airserver automatically receives multi screen projection or cross device projection
Common knowledge of one-dimensional array and two-dimensional array
File upload vulnerability - upload labs (1~2)
Day-14 common APIs
How to apply @transactional transaction annotation to perfection?
[爬虫]使用selenium时,躲避脚本检测
普乐蛙小型5d电影设备|5d电影动感电影体验馆|VR景区影院设备
Static vxlan configuration
Routing strategy of multi-point republication [Huawei]
随机推荐
详解ThinkPHP支持的URL模式有四种普通模式、PATHINFO、REWRITE和兼容模式
Session
Dialogue with Wang Wenyu, co-founder of ppio: integrate edge computing resources and explore more audio and video service scenarios
Preorder, inorder and postorder traversal of binary tree
【统计学习方法】学习笔记——逻辑斯谛回归和最大熵模型
【从 0 开始学微服务】【02】从单体应用走向服务化
聊聊Redis缓存4种集群方案、及优缺点对比
Day-17 connection set
【从 0 开始学微服务】【03】初探微服务架构
【PyTorch实战】用PyTorch实现基于神经网络的图像风格迁移
Vxlan 静态集中网关
Leetcode skimming: binary tree 25 (the nearest common ancestor of binary search tree)
利用栈来实现二进制转化为十进制
编译 libssl 报错
leetcode刷题:二叉树23(二叉搜索树中的众数)
【统计学习方法】学习笔记——第五章:决策树
Zhimei creative website exercise
RHSA first day operation
[crawler] avoid script detection when using selenium
[statistical learning method] learning notes - support vector machine (I)