-
Notifications
You must be signed in to change notification settings - Fork 1
セットアップ時、Pull後にたたく必要のあるコマンド
moriyadetteiu edited this page Dec 18, 2020
·
5 revisions
環境を作る、更新する際にたたく必要のあるコマンドをまとめたページ
それぞれのコマンドは各コンテナ内で実行する
cd [project-root]
(コンテナを起動していない場合は
docker-compose up -d
)
docker-compose exec [container] bash
php artisan key:generate
php artisan jwt:secret
composer install
php artisan migrate
npm install
npm run codegen
npm run sync-validation
npm run dev