README.md 209 Bytes

一言

部署

  • git clone && cd OnePoem-Server
  • cp .env.example .env
  • vim .env 修改db链接
  • php artisan key:generate
  • composer install
  • php artisan admin:publish
  • php artisan admin:install