加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 535 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xiao Yao 提交于 2024-05-25 19:41 . laravel部分代码封装
{
"name": "ymphp/laravel-support",
"description": "php/laravel部分代码封装",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "YmPhp",
"email": "790213952@qq.com"
}
],
"require": {
"php": ">=7.4.0",
"laravel/framework": ">=8"
},
"autoload": {
"psr-4": {
"YmPhp\\Support\\": "src/"
},
"files": [
"./src/functions.php"
]
},
"extra": {
"laravel": {
"providers": [
"YmPhp\\Support\\SupportServiceProvider"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化