Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Player モデルと関係のある User モデル (Laravel のデフォルトの User モデルを使用) に関数があります。
Player の ID を取得したいのですが、できません。とにかくそれを行うことはありますか?私は次のようなことを試しました:
Auth::user()->players->id;
また
Auth::user()->id->players;
しかし、うまくいきません。ヒントはありますか?