基于 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://www.codercto.com/soft/d/25131.html

Remote

Remote

Jason Fried、David Heinemeier Hansson / Crown Business / 2013-10-29 / CAD 26.95

The “work from home” phenomenon is thoroughly explored in this illuminating new book from bestselling 37signals founders Fried and Hansson, who point to the surging trend of employees working from hom......一起来看看 《Remote》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具