6 Star 22 Fork 8

itargaryen / gryen-gtd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Gryen-GTD

gryen-gtd 是一个界面简洁的 web 端个人 gtd app。基于 Laravel 开发,提供博客发布、任务列表等功能。

Deploy StyleCI Packagist Awesome Laravel

目录

页面一览

笔记列表

笔记列表

笔记详情

笔记详情

笔记编辑

笔记编辑

运行环境

  • 正确搭建 PHP 站点运行环境(PHP 8.0 及以上版本),推荐 OpenResty(Nginx) + PHP + MariaDB;
  • 安装 NodeJS 以支持前端构建;
  • 推荐安装启用 Redis 以提高性能。

安装指南

基础配置

  1. 克隆或下载代码;

  2. 执行 composer install 安装 PHP 依赖;

  3. 执行 npm install 安装 JS 依赖;

  4. 复制 .env.example.env,修改数据库连接参数:

    DB_DATABASE=
    DB_USERNAME=
    DB_PASSWORD=

    亦可进一步修改其他参数,使用 Redis 或者使用七牛云加速网站。

  5. 执行 php artisan key:generate 生成应用密钥;

  6. 执行 php artisan migrate,生成数据表;

评估试用

  1. 首先,执行 composer dumpautoload 转储自动加载器;
  2. 借助 Laravel 提供的快速填充数据能力,配置成功后可以马上看到 Gryen-GTD 铺满笔记的效果:执行 php artisan db:seed 填充数据,然后访问 http(s)://[yourdomain]/ 查看;
  3. 访问 http(s)://[yourdomain]/login 登录用户(邮箱:[user@gryen.com],密码:password);
  4. 访问 http(s)://[yourdomain]/articles/create 尝试创作。

评估结束后可以方便地移除测试数据,执行 php artisan migrate:fresh 重建数据表即可。

正式使用

  1. 确保已经执行 php artisan migrate:fresh 重建数据表,访问 http(s)://[yourdomain]/register 注册用户获取权限;
  2. 访问 http(s)://[yourdomain]/login 登录用户;
  3. 访问 http(s)://[yourdomain]/articles/create 开始创作。
The MIT License (MIT) Copyright (c) Gryen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

gryen-gtd 是一个设计简洁优雅的 web 端个人 gtd app。基于 Laravel 开发,提供博客发布、任务列表等功能。同步自: 展开 收起
MIT
取消

贡献者

全部

近期动态

加载更多
不能加载更多了
PHP
1
https://gitee.com/itargaryen/gryen-gtd.git
git@gitee.com:itargaryen/gryen-gtd.git
itargaryen
gryen-gtd
gryen-gtd
master

搜索帮助