-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/fordev #113
base: main
Are you sure you want to change the base?
Feature/fordev #113
Conversation
關心一下 @hanshino 進度如何(X) |
我覺得還是轉成 ready 會比較好XD 本來想說如果還有要新增修改的用 draft 才能避免直接被 merge |
@hanshino 抱歉,晚 review 了,我稍微初步 Check 過了,但有些問題
目前我看到問題是這樣,如果有其他問題我會再留言回覆的。 |
使用
|
因為最近用了 @tico88612 再麻煩過目了~ |
Docker 啟動方式建置
為了讓更多協作者,不會因為初次架設純靠系統環境而被勸退
因次開啟本次 issue #109 來協助希望一起開發的協作者迅速架設起本系統
備註:此次專注於協助在本地端架設系統,並不適合作為正式環境佈署使用
使用說明
相依套件安裝
Linux
Windows
待補
啟動系統
初次啟動打包
image
啟動所有服務
初次執行本系統
如果為初次架設起本系統,請執行以下腳本,將會執行
Laravel app key
的產生migration
實用指令
資料庫 Migration
當其他開發者有資料庫的欄位異動,可執行本指令,將資料庫欄位更新至最新
docker-compose exec app php artisan migrate
artisan 相關操作
需透過
Laravel
的artisan
進行相關操作皆可透過以下指令存取並且在後方加入想執行的參數即可
docker-compose exec app php artisan
套件安裝
docker-compose exec app composer require foo/bar
單元測試