Coder Social home page Coder Social logo

mango16's Introduction

Mango16 - 基于Yaf的Cmf管理系统

image

知行合一,学以致用 集合众多Web开发新特性 ,来一起堆轮子吧

Centos7.0 + PHP7.1 + Yaf 3.0.4 快速搭建高速的Lnmp栈,作为平时班后练习。静态资源

What I Do

  • 基于zui的后台管理界面
  • 引入 laravel 中的 Eloquent
  • 简单的增删改查实现
  • 错误捕捉显示及日志记录
  • 静态资源采用第三方七牛云托管
  • Composer管理包依赖

Requirement

The last

不太懂你的**,我们只是最快的框架

Nginx 示例

server {
    listen 80;
    server_name  ***;
    root  ***;
    access_log   ***/nginx/logs/space-access-log main;
    error_log    ***/nginx/logs/space-error-log   error;
    location / {
            index index.php index.html;
            try_files $uri $uri/ /index.php?$args;
    }
    location ~ .*\.php$ {
            include /root/nginx/conf/fastcgi.9000.conf;
            fastcgi_param  SCRIPT_FILENAME  ***/$fastcgi_script_name;
    }
}

php.ini

extension="yaf.so"
extension="yaconf.so"
yaf.environ = product
yaf.library = NULL
yaf.cache_config = 0
yaf.name_suffix = 1
yaf.name_separator = ""
yaf.forward_limit = 5
yaf.use_namespace = 1
yaf.use_spl_autoload = 0
yaconf.directory=***/Mango16/config

纠错

如果大家发现有什么不对的地方,可以发起一个issue或者pull request,我会及时纠正

补充:发起pull request的commit message请参考文章Commit message 和 Change log 编写指南

感谢

感谢以下朋友的issue或pull request:

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.