Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Created August 1, 2016 11:35
Show Gist options
  • Save nishinoshake/2081b2c2f29df1beddb640f2fc3a3d91 to your computer and use it in GitHub Desktop.
Save nishinoshake/2081b2c2f29df1beddb640f2fc3a3d91 to your computer and use it in GitHub Desktop.
Laravelの本番移行時の注意
  • bootstrap/cache消す
  • bootstrap/cacheとstorageに書き込み権限あげる
  • DB設定やURLなどを.envに設定する
  • DBあったらマイグレーションする
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment