Git Product home page Git Product logo

lyhnims's Introduction

关于本代码

本代码为以前学习Yii2框架时开发的一套医疗网络部信息管理系统,适合初学者入门学习。

包含功能:对话管理、预约到院管理、科室管理、医生管理、渠道管理、效果报表、权限管理。

运行环境

php5.4以上、Mysql 5

安装说明

#####数据库

将data目录里的数据库文件导入Mysql 编辑 config/db.php 里的数据库连接选项

return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=yii2basic',
    'username' => 'root',
    'password' => '1234',
    'charset' => 'utf8',
];

#####程序配置

打开config/params.php编辑医院名称和超级管理员

打开web/index.php修改

defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');

defined('YII_DEBUG') or define('YII_DEBUG', false);
defined('YII_ENV') or define('YII_ENV', 'prod');

#####访问

有条件的直接将web目录设置为站点根目录直接访问,设置不了的通过http://your url/web/访问,默认管理员账户/密码:admin/admin。

lyhnims's People

Contributors

donjan-deng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lyhnims's Issues

Invalid Parameter – yii\base\InvalidParamException

你好,我将你整个项目gti clone下来,部署到apache下遇到了问题。

关闭debug模式访问得到“服务器内部问题”,不能正常使用。
开启debug模式得到:

Invalid Parameter – yii\base\InvalidParamException
The file or directory to be published does not exist: /var/www/lyhosp/vendor/bower/jquery/dist

确实在目录下找不到这个dist文件夹,可以补充一下吗?

谢谢。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.