LoginSignup
1
2

More than 5 years have passed since last update.

LaravelのDBをHeroku Postgressにするとき

Posted at

.envファイルのDB項目を書き換え変えればOK。
Heroku PostgressのURLは以下のような構造になっているのでそれを分けてかく。

postgres:// USER:PASS @host:port/database
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2