0 Star 1 Fork 0

demo/php

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
config.php 486 Bytes
Copy Edit Raw Blame History
SystemLight authored 2023-04-26 21:28 +08:00 . feat: 初始化仓库
<?php
return array(
//数据库配置
'database'=>array(
),
//应用程序配置
'app' =>array(
'path' => './Public/Uploads/',
'size' => 1234567,
'type' => ['image/png','image/jpeg','image/gif'],
'key' => 'itcast', //加密秘钥
'dp' => 'Admin', //默认平台
'dc' => 'Login', //默认控制器
'da' => 'login' //默认方法
),
);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/webthree/php.git
git@gitee.com:webthree/php.git
webthree
php
php
master

Search