基于 Laravel 5.3 留言板系统 Lirecord

软件介绍

LiRecord 2.0是一款基于Laravel 5.3进行开发的留言板系统。 本项目受GPL V3协议保护。

演示

http://lirecord.licoy.cn

安装前提

  1. PHP 5.3.2+

  2. 安装git 安装教程:http://www.cnblogs.com/zhcncn/p/4030078.html

  3. 安装composer 安装教程:http://docs.phpcomposer.com/00-intro.html

安装步骤

  1. clone lirecord 到服务器网站目录(clone前请先安装git)

cd home/wwwroot/xxx/web #进入到你的web目录路径
git clone https://github.com/Licoy/laravel5.3-LiRecord2.0.git

2.通过composer更新项目

composer install

3.copy  .env.example 为  .env

4.创建一个数据库,在.env配置文件以下选项填入对应的值

DB_HOST=localhost #数据库地址
DB_PORT=3306 #端口
DB_DATABASE= #数据库名
DB_PREFIX= #数据表前缀
DB_USERNAME=root #数据库用户名
DB_PASSWORD=root #数据库密码

5.修改storage的目录权限

sudo chmod -R 777 storage/

6.生成laravel密钥

php artisan key:generate

7.数据迁移

php artisan migrate

8.填充数据

php artisan db:seed

9.重写模块

apache:开启mod_rewrite模块

nginx:参考https://www.licoy.cn/2716.html

10.将apache或nginx的root目录指定为网站目录的public目录

11.安装完成,访问你绑定的域名即可。(默认管理邮箱:admin@admin.com 密码:123456)

本文地址:https://codercto.com/soft/d/25131.html

Learning PHP 5

Learning PHP 5

David Sklar / O'Reilly / July, 2004 / $29.95

Learning PHP 5 is the ideal tutorial for graphic designers, bloggers, and other web crafters who want a thorough but non-intimidating way to understand the code that makes web sites dynamic. The book ......一起来看看 《Learning PHP 5》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

html转js在线工具
html转js在线工具

html转js在线工具