GithubHelp home page GithubHelp logo

library-api's Introduction

文档首页 | 后台系统文档

文件结构

.
├── app                   // 主目录
│   ├── Authorization     // 登录授权
│   ├── Controllers       // 业务逻辑控制器
│   ├── Exceptions        // 异常封装
│   ├── Helpers           
│   │   └── Message.php   // 短信发送
│   ├── Middlewares       // 中间件
│   │   ├── Auth.php      // 校验token
│   │   └── validateStartAndCount.php // 校验query中的start与count
│   ├── Models            // 模型类
│   ├── Validators        // Respect\Validation校验类
│   └── error_message.php // 错误信息文本定义
├── bootstrap             // 应用配置
│   ├── configuration.php // 配置项
│   ├── dependencies.php  // 数据库依赖
│   ├── error_handlers.php// 错误处理器
│   └── routes            // 路由配置
│       ├── index.php     
│       └── modules       // 各个模块下的路由
├── composer.json
├── composer.lock
├── vendor                // 依赖库
├── db                    // 数据库文件
│   ├── library_scheme.sql// 所有数据表结构
│   ├── library_data.sql  // 所有数据表数据
    └── ...               // 单个数据表的结构+数据
└── public
    └── index.php         // 入口文件

library-api's People

Contributors

elonzzz avatar

Watchers

 avatar  avatar

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.