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.
私はLaravelが初めてです。では、スキーマ ビルダーを使用してテーブルを生成し、次のようなクエリを使用してデータをクエリできるDB::table('user')->find(1)場合、Eloquent はシーン全体のどこに収まるのでしょうか? それはどのような目的に役立ちますか?
DB::table('user')->find(1)