当前位置:网站首页>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
边栏推荐
- ICLR 2022 | pre training language model based on anti self attention mechanism
- Object. Simple implementation of assign()
- Static comprehensive experiment
- Image pixel read / write operation
- 【深度学习】图像多标签分类任务,百度PaddleClas
- leetcode刷题:二叉树21(验证二叉搜索树)
- Day-18 hash table, generic
- IPv6 experiment
- [statistical learning method] learning notes - support vector machine (Part 2)
- [learn wechat from 0] [00] Course Overview
猜你喜欢
【统计学习方法】学习笔记——支持向量机(上)
What if does not match your user account appears when submitting the code?
【统计学习方法】学习笔记——逻辑斯谛回归和最大熵模型
Leetcode brush questions: binary tree 19 (merge binary tree)
Leetcode brush question: binary tree 24 (the nearest common ancestor of binary tree)
leetcode刷题:二叉树27(删除二叉搜索树中的节点)
Visual stdio 2017 about the environment configuration of opencv4.1
Charles: four ways to modify the input parameters or return results of the interface
【PyTorch实战】图像描述——让神经网络看图讲故事
Session
随机推荐
Design and implementation of communication protocol
What is an esp/msr partition and how to create an esp/msr partition
leetcode刷题:二叉树22(二叉搜索树的最小绝对差)
Leetcode skimming: binary tree 23 (mode in binary search tree)
HZOJ #236. 递归实现组合型枚举
Cookie
[learn microservice from 0] [01] what is microservice
Customize the web service configuration file
ICLR 2022 | pre training language model based on anti self attention mechanism
Creation and assignment of graphic objects
PHP调用纯真IP数据库返回具体地址
Object. Simple implementation of assign()
Master formula. (used to calculate the time complexity of recursion.)
SSM框架搭建的步骤
ip2long与long2IP 分析
BGP third experiment report
Realize a simple version of array by yourself from
ACL 2022 | small sample ner of sequence annotation: dual tower Bert model integrating tag semantics
图像像素读写操作
数据库安全的重要性