Git Product home page Git Product logo

bluedot-composer's Introduction

bluedot/composer

目录结构

遵循于 Laravel 最佳实践

├── config
├── database
├── resources
└── src
    ├── Application
    │   ├── Analysis
    │   ├── Auth
    │   ├── Push
    │   ├── System
    │   ├── Tag
    │   ├── User
    │   └── WeChat
    ├── Composer.php
    ├── ComposerServiceProvider.php
    ├── Console
    ├── Exceptions
    ├── Http # HTTP 核心库
    │   ├── BaseController.php # 基类公共控制器
    │   ├── Controller.php # 公共控制器
    │   ├── Kernel.php
    │   ├── Middleware
    │   │   ├── AuthOperationLog.php
    │   │   ├── Authenticate.php
    │   │   ├── AuthenticateAdmin.php
    │   │   └── RequestLog.php
    │   └── Traits
    │       ├── PlatformBindUser.php
    │       ├── Select.php
    │       └── Validate.php
    ├── RouteRegistrar.php # 注入一些公共路由
    ├── Support # 第三方包
    │   ├── Aip
    │   ├── Aliyun
    │   ├── Auth
    │   ├── Captcha
    │   ├── Crypt
    │   ├── Database
    │   ├── Excel
    │   ├── Lookstar
    │   ├── Mail
    │   ├── Redis
    │   └── Vhall.php
    └── helpers.php

Package Support

功能说明

  • 权限系统(节省 8h)
  • 微信系统
    • 自动回复(节省 4h)
    • 二维码管理(节省 4h)
    • 微信授权(节省 2h)
  • 增删改查(节省 8h)
  • 公共服务
    • 阿里云服务(节省 2h)
    • 验证码服务(节省 2h)
    • 加解密服务(节省 1h)
    • Redis 缓存(节省 4h)
    • 观星 SDK(节省 1h)

bluedot-composer's People

Contributors

sangdongbo avatar

Watchers

Cailin Wang 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.