We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3873004 commit 32840aaCopy full SHA for 32840aa
index.html
@@ -692,6 +692,7 @@ <h6>More</h6>
692
Model::findOrFail(array('first', 'last'));
693
Model::where('foo', '=', 'bar')->get();
694
Model::where('foo', '=', 'bar')->first();
695
+Model::where('foo', '=', 'bar')->exists();
696
// dynamic
697
Model::whereFoo('bar')->first();
698
// Throw an exception if the lookup fails
index_zh-CN.html
// 动态属性查找
// 查找失败时抛出异常
0 commit comments