0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ポートフォリオ作成時メモ part2 ~PostgreSQLの追加~

Posted at

はじめに

こんにちは、未経験からエンジニア転職を目指しているものです。
オンラインスクールで本格的に学習して6ヶ月目に入りました。PHP,Laravelを学習しポートフォリオを作成中です。ポートフォリオ作成手順及び、エラー内容を中心に記録していこうと思います。今回はPostgreSQLを追加しました。本投稿は流れのメモが重点になっておりますので、削除した部分や追加した部分の詳細は割愛致します。

実施内容

変更したディレクトリ

  • docker-compose.yml
  • .env
  • ./config/database.php

実施コマンド

./vendor/bin/sail up
./vendor/bin/sail php artisan sail:install
./vendor/bin/sail php artisan migrate

ブラウザ上で入力

http://localhost:8888

次回実施内容

  • ユーザー登録・ログイン機能の搭載(Laravel Breezeのインストール)

最後までご覧いただき本当にありがとうございました!!

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?