1 Star 0 Fork 0

青红造了个大白/webman-cache-for-laravel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
青红造了个大白 提交于 2023-11-20 15:49 . 'code'
{
"name": "meilunzhi/laravel-cache",
"description": "laravel-cache for the webman",
"keywords": ["webman", "laravel-cache"],
"type": "library",
"require": {
"illuminate/cache": "^10.0|^9.0|^8.0",
"illuminate/filesystem":"^10.0|^9.0|^8.0"
},
"license": "MIT",
"autoload": {
"psr-4": {
"meilunzhi\\LaravelCache\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"minimum-stability": "stable",
"authors": [
{
"name": "meilunzhi",
"email": "meilunzhi@gmail.com"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/meilunzhi/webman-cache-for-laravel.git
git@gitee.com:meilunzhi/webman-cache-for-laravel.git
meilunzhi
webman-cache-for-laravel
webman-cache-for-laravel
main

搜索帮助