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?

0からエンジニアになるまでの記録【Day4】

Posted at

この記事は未経験からフルタイムで仕事をしながら2025年12月までにエンジニアとして転職することを目標に学習している筆者の記録です。初心者として理解しやすい言葉でまとめるように意識して書いています。同じような状況の方がもしいらっしゃれば、一緒に頑張りましょう🔥エンジニア転職まで残り282日!

3/24に学んだこと👩‍💻

現在プログラミングブートキャンプに参加し、laravelでインスタのクローンアプリを作成中。
今週いっぱいで今のクラスが終了するので、アプリ完成目する予定。
今日はフォローボタンの実装。


フォローボタン実装の流れ

1. migration
データベースに新しいテーブルを作成
✍️忘れていたこと
php artisan migrate:rollback
Laravelのマイグレーション(データベースの変更)を 1つ前の状態に戻すコマンド
php artisan migrate:status
Laravel の マイグレーションの適用状況を確認するコマンド

2. model

3. relationships
Follow.php, User.php

4.Controller
FollowController

5.view or Route

理解が足りない部分、復習事項📖

  • 今夜の授業のコードを読み下す

  • 授業の復習動画視聴

  • 上記の内容を今回の記事に追記する

     

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?