forked from kol/BlogMatch
修正readme的內容
This commit is contained in:
parent
94390b435d
commit
848226bbb3
@ -4,6 +4,8 @@
|
||||
## 專案參數與環境重建
|
||||
當你Clone下來的專案,因為有git採用了 `.gitignore` 機制,比較敏感的參數(像是APP_KEY、資料庫帳密等)與共用的函式庫檔案不會包含進來,必須在自己這邊重建。
|
||||
|
||||
重建的步驟如下:
|
||||
|
||||
### 1. 將你的專案下載回來,並進入此專案目錄
|
||||
$ git clone <此專案網址>
|
||||
$ cd BlogMatch
|
||||
@ -24,7 +26,7 @@
|
||||
### 6. 重建資料庫
|
||||
這個專案有包含資料庫遷移(Migration),所以只要下:
|
||||
$ php artisan migrate
|
||||
可以了,資料表都會自動產生
|
||||
就可以了,資料表都會自動產生
|
||||
|
||||
## 執行此專案
|
||||
### 快速啟動
|
||||
|
Loading…
x
Reference in New Issue
Block a user