1 Star 0 Fork 117

邱育文 / 开店星开源小程序商城

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
yii 882 Bytes
一键复制 编辑 原始数据 按行查看 历史
likexin 提交于 2022-03-11 14:58 . 1. 代码上传
#!/usr/bin/env php
<?php
/**
* 开店星新零售管理系统
* @description 基于Yii2+Vue2.0+uniapp研发,H5+小程序+公众号全渠道覆盖,功能完善开箱即用,框架成熟易扩展二开
* @author 青岛开店星信息技术有限公司
* @link https://www.kaidianxing.com
* @copyright Copyright (c) 2020-2022 Qingdao ShopStar Information Technology Co., Ltd.
* @copyright 版权归青岛开店星信息技术有限公司所有
* @warning Unauthorized deletion of copyright information is prohibited.
* @warning 未经许可禁止私自删除版权信息
*/
defined('YII_DEBUG') or define('YII_DEBUG', false);
defined('YII_ENV') or define('YII_ENV', 'prod');
require __DIR__ . '/config/bootstrap.php';
require __DIR__ . '/functions.php';
$config = require __DIR__ . '/config/console.php';
(new \shopstar\bases\yii\ConsoleApplication($config))->run();
PHP
1
https://gitee.com/bxsec/kaidianxing.git
git@gitee.com:bxsec/kaidianxing.git
bxsec
kaidianxing
开店星开源小程序商城
master

搜索帮助