基于 Laravel 5.3 留言板系统 Lirecord
- 授权协议: GPL
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: https://github.com/Licoy/laravel5.3-LiRecord2.0
- 软件文档: https://github.com/Licoy/laravel5.3-LiRecord2.0
- 官方下载: https://github.com/Licoy/laravel5.3-LiRecord2.0
软件介绍
LiRecord 2.0是一款基于Laravel 5.3进行开发的留言板系统。 本项目受GPL V3协议保护。
演示
安装前提
PHP 5.3.2+
安装git 安装教程:http://www.cnblogs.com/zhcncn/p/4030078.html
安装composer 安装教程:http://docs.phpcomposer.com/00-intro.html
安装步骤
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)
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》 这本书的介绍吧!
