Code Monkey home page Code Monkey logo

relsoulhomepage's Introduction

relsoul个人主页说明

博客引用了以下互联网资源,如有侵权请联系[email protected]

为了练习MYSQL,本项目并没有采用最佳数据查询与设计.

live预览

大图预览

restful返回信息与错误代码

restfulAPI返回的格式为

{
    type:true||false,
    message:返回成功或者错误的提示信息
    result:成功后返回的数据
    code:返回错误的提示代码
}

安装

克隆项目

git clone https://github.com/Relsoul/relsoulHomePage

安装composer

curl -sS https://getcomposer.org/installer | php

安装依赖

php composer.phar install

如在安装中发现错误请参考 laravel安装教程 或者 提交 issue

laravel安装教程

设置.env文件

DB_HOST=你的地址域名
DB_DATABASE=你的数据库名称
DB_USERNAME=数据库账号
DB_PASSWORD=数据库密码

CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync

MAIL_DRIVER=smtp
MAIL_HOST=mail.relsoul.com(你的邮箱地址)
MAIL_PORT=25
[email protected](你的邮箱发件人)
MAIL_PASSWORD=你的邮箱密码
MAIL_ENCRYPTION=null

导入数据

/sql/init.sql里面有默认的数据 在phpmyadmin选择你的数据库(DB_DATABASE)导入init.sql即可

更改config/app.php

'url' => 'http://relsoul.com', (更改为你自己的域名)
"jwt"=>"test!"  (JWT TOKEN加盐方法 推荐更改为自定义字符串 比如 xxx!@#xxx)

日志

v0.1 2016-05-20

  • 初始化laravel框架
  • 初始化前端自动化

v0.2 2016-05-25

  • 添加token验证系统

v0.3 2016-06-05

  • 添加登录注册功能
  • 添加后台首页管理功能
  • 添加后台用户管理功能
  • 添加后台项目添加与管理功能
  • 添加后台首页技能管理功能
  • 添加后台项目列表功能
  • 添加功能用户列表功能

v0.4 2016-06-20

  • 修复首页样式
  • 添加项目列表样式

v0.5 2016-09-01

  • 大抵完善
  • 添加readme说明文件
  • 下一步修改细节问题 如去除某些文字 修改样式 修改手机端自适应样式 等

relsoulhomepage's People

Contributors

relsoul avatar

Stargazers

Gzone zhang avatar yodfz avatar

Watchers

James Cloos avatar  avatar

Forkers

diego2048 sunzihu

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.