Coder Social home page Coder Social logo

chenyongze / notadd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from notadd/notadd

0.0 2.0 0.0 5.65 MB

基于 Laravel 的下一代 PHP 开发框架

Home Page: https://www.notadd.com

License: Other

PHP 0.15% ApacheConf 0.03% HTML 4.23% CSS 7.71% JavaScript 87.89%

notadd's Introduction

notadd

Build Status Packagist Downloads codecov

Notadd是什么

Notadd 是基于 Laravel 和 Vue 的开源 PHP 框架, 由于其本身的灵活性和先进的技术架构,使得你通过模块(主功能)、插件(功能增强)、模板(前端样式)像搭积木一样组合成你想要的,能够快速完成商城、CMS、微信、论坛的开发。 Notadd 像操作系统一样,你可以通过安装「软件」,成为适用于你的「电脑」。

先进的技术方案,使得你无需担心后期功能拓展与迭代问题,大大降低了维护成本。对于一个超过三年生命周期的项目来说,Notadd 最适合不过。

总之,Notadd 是新的技术方向标,能让每个 web 艺术家像构建工程一样构建程序。

相关技术

  • PHP 7
  • Laravel
  • Vue
  • Composer

特点

  • 前后端完全分离
  • 前端渲染模板,大大降低后端负载
  • 页面无刷新,响应速度快
  • 系统模块化,低耦合度
  • 支持所有平台

文档

https://docs.notadd.com/

系统环境

支持系统:Linux(推荐)/ macOS / Windows 2008 及以上版本

PHP 版本:≥7.0

数据库:PostgreSQL 9.4+(推荐)/ MySQL 5.7+ / SQLite 3.9+

此处查看 环境要求

快速开始

1. 下载源代码

$ git clone https://github.com/notadd/notadd.git

2. 修改 public、storage 目录权限

设置为 php-fpm 的用户及用户组(部分一键安装包为 www:www ),Windows 请跳过此步

$ chown -R www-data:www-data notadd

$ chmod 755 notadd/public notadd/storage

3. 安装

$ cd notadd
$ composer install
$ php notadd vendor:publish --force

将域名绑定到 notadd/public 目录

访问 http://yourdomain/  输入数据库和后台账号相关信息安装

4. 成功

访问后台入口 http://yourdomain/admin

在线安装

(即将推出)

Docker 安装

docker run -p 8080:80 --name notadd notadd/notadd

访问 http://localhost:8080

docker 安装相关文档请访问: https://github.com/notadd/docker-notadd

使用laradock 安装

参见: https://docs.notadd.com/laradock/

贡献

贡献代码

捐赠

交流

QQ 群:321735506

论坛 :https://bbs.notadd.com

notadd's People

Contributors

twilroad avatar zuohuadong avatar ibenchu avatar litomore avatar gustbul avatar

Watchers

James Cloos avatar Chen,Yongze 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.