Skip to content
forked from Steven1ay/tms

团队内部文档笔记共享系统

License

OrbitPlayer/tms

 
 

Repository files navigation

sharenote

使用

  • 克隆代码
[email protected]:omwteam/sharenote.git
  • 安装依赖
composer install
  • 配置env
cp .env.example .env

修改数据库用户名和密码

  • 生成key
php artisan key:generate
  • 数据迁移
php artisan migrate
  • 生成数据
php artisan db:seed
  • 启动服务
php artisan serve

About

团队内部文档笔记共享系统

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 65.8%
  • PHP 34.1%
  • Other 0.1%