chentu/phplib-support
最新稳定版本:1.0.240521
Composer 安装命令:
composer require chentu/phplib-support
包简介
README 文档
README
php7.4 使用版本1.0.* php8.3使用master
phplib_support
集成redis function log
引入 \Chentu\Support\Helper::appInit(); 可是env()和laravel orm框架可用
其他地方即可使用env('key')获取参数值
一定要有
define('BASE_DIR', DIR);
cp config/db.php -> BASE_DIR . /config/db.php
修改: BASE_DIR . /config/db.php
composer.json中加入
"require": {
"chentu/phplib-support": "^0.1"
"chentu/phplib-support": "dev-master"
...
}
...
"repositories":[
{
"type":"git",
"url":"https://gitee.com/tbqphplib/phplib_support.git"
}
]
illuminate/events illuminate/database 依赖illuminate/support, 并有env方法
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2024-01-30