https://github.com/coder2z/api_supervise
https://github.com/coder2z/api_supervise
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/coder2z/api_supervise
- Owner: coder2z
- Created: 2019-11-18T03:08:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T05:18:41.000Z (about 5 years ago)
- Last Synced: 2025-04-06T06:34:55.537Z (about 2 months ago)
- Language: PHP
- Size: 523 KB
- Stars: 1
- Watchers: 1
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# api管理工具
#### 1.composer update
#### 2.修改env.bak去掉.bak
#### 3. 修改env配置。配置邮箱和数据库
#### 4. php artisan jwt:secret
#### 5. php artisan key:generate
#### 6. php artisan migrate
#### 7. php artisan queue:work _开启队列_