# phplib_support **Repository Path**: tbqphp/phplib_support ## Basic Information - **Project Name**: phplib_support - **Description**: phplib_support - **Primary Language**: PHP - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-29 - **Last Updated**: 2024-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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方法