Code Monkey home page Code Monkey logo

blog's Introduction

基于ThinkPHP5的个人博客系统

项目介绍

目录结构

www  WEB部署目录(或者子目录)
├─application            应用目录
│  ├─admin               后台模块目录
│  ├─common              公共模块目录
│  ├─extra              
│  ├─home                前台模块目录
│  ├─module_name         模块目录
│  │  ├─controller       控制器目录
│  │  ├─model            模型目录
│  │  ├─validate         验证器目录
│  │  ├─view             视图目录
│  │  ├─config.php       模块配置文件
│  │  └─ ...            
│  │
│  ├─ .htaccess         
│  ├─command.php        
│  ├─common.php         
│  ├─config.php          公共配置文件
│  ├─database.php        数据库配置文件
│  ├─route.php           路由配置文件
│  └─tags.php           
│
├─extend                 扩展类库目录
│  ├─aliyun-php-sdk-core 阿里云核心SDK
│  └─aliyun-php-sdk-dm   阿里云邮件推送SDK
│ 
├─public                 入口目录
│  ├─.htaccess           apache配置文件
│  ├─favicon.ico         图标
│  ├─index.php           入口文件
│  ├─robots.txt          爬虫协议
│  └─router.php            
│ 
├─thinkphp               thinkphp核心代码目录
├─vendor                 第三方类库目录(Composer依赖库)
├─.gitignore            
├─.travis.yml           
├─LICENSE.txt           
├─README.md             
├─build.php             
├─composer.json          composer 定义文件
└──think                

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.