1 Star 0 Fork 141

Uber Endung / careyshop-商城框架系统

forked from CareyShop / careyshop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
think 421 Bytes
一键复制 编辑 原始数据 按行查看 历史
CareyShop 提交于 2021-04-01 17:10 . update to PHP7.4
#!/usr/bin/env php
<?php
/**
* @copyright Copyright (c) http://careyshop.cn All rights reserved.
*
* CareyShop 命令行入口文件
*
* @author zxm <252404501@qq.com>
* @date 2020/7/20
*/
namespace think;
// 加载基础文件
require __DIR__ . '/vendor/autoload.php';
// 应用初始化
try {
(new App())->console->run();
} catch (\Exception $e) {
trace($e->getMessage(), 'error');
}
PHP
1
https://gitee.com/endung/careyshop.git
git@gitee.com:endung/careyshop.git
endung
careyshop
careyshop-商城框架系统
master

搜索帮助